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
Many of the new additions to the datetime module for Python 3.6 aren't in typeshed yet. Specific examples include:
datetime.combine
tzinfo
fold
I'm working on a small PR to address these
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Many of the new additions to the datetime module for Python 3.6 aren't in typeshed yet. Specific examples include:
datetime.combine
(tzinfo
keyword argument)fold
attributeI'm working on a small PR to address these
The text was updated successfully, but these errors were encountered: