-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-37915: Fix comparison between tzinfo objects and timezone objects #15390
New issue
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
Conversation
Misc/NEWS.d/next/Library/2019-08-22-16-13-27.bpo-37915.xyoZI5.rst
Outdated
Show resolved
Hide resolved
When you're done making the requested changes, leave the comment: |
Co-Authored-By: Paul Ganssle <[email protected]>
I have made the requested changes; please review again |
Thanks for making the requested changes! @pganssle: please review the changes made to this pull request. |
3.7 also has this change with 6ed20e5 and would require a backport. Thanks Pablo for the fix. |
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8. |
GH-15399 is a backport of this pull request to the 3.8 branch. |
Sorry, @pablogsal, I could not cleanly backport this to |
…pythonGH-15390) https://bugs.python.org/issue37915 Automerge-Triggered-By: @pablogsal (cherry picked from commit 4be11c0) Co-authored-by: Pablo Galindo <[email protected]>
…GH-15390) https://bugs.python.org/issue37915 Automerge-Triggered-By: @pablogsal (cherry picked from commit 4be11c0) Co-authored-by: Pablo Galindo <[email protected]>
GH-15417 is a backport of this pull request to the 3.7 branch. |
…bjects (pythonGH-15390) https://bugs.python.org/issue37915 Automerge-Triggered-By: @pablogsal. (cherry picked from commit 4be11c0) Co-authored-by: Pablo Galindo <[email protected]>
…bjects (GH-15390) (GH-15417) https://bugs.python.org/issue37915 Automerge-Triggered-By: @pablogsal. (cherry picked from commit 4be11c0) Co-authored-by: Pablo Galindo <[email protected]>
https://bugs.python.org/issue37915
Automerge-Triggered-By: @pablogsal