We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
six
The six module is great for projects that need to span py2 and py3. But that has not been the case for a long time.
Let's
six.*
six.string_types
str
The text was updated successfully, but these errors were encountered:
Oh, yeah, that can definitely go.
Sorry, something went wrong.
pyproject.toml
john-science
Successfully merging a pull request may close this issue.
The
six
module is great for projects that need to span py2 and py3. But that has not been the case for a long time.Let's
six.*
with the py3 variants (e.g.,six.string_types
withstr
)six
across the projectThe text was updated successfully, but these errors were encountered: