bpo-34365: Update date object documentation#8814
Conversation
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. You can check yourself to see if the CLA has been received. Thanks again for your contribution, we look forward to reviewing it! |
Python 3.x does not fall back to comparing object addresses when comparing two dt objects anymore.
f7315ac to
b047293
Compare
|
@pablogsal can you add the "skip" label to this if it's appropriate, I think it's been held up because of it. |
|
Thanks @prakashdanish for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
|
GH-9181 is a backport of this pull request to the 3.7 branch. |
Python 3.x does not fall back to comparing object addresses when comparing two `dt` objects. <!-- issue-number: [bpo-34365](https://www.bugs.python.org/issue34365) --> https://bugs.python.org/issue34365 <!-- /issue-number --> (cherry picked from commit 9c22379) Co-authored-by: Danish Prakash <grafitykoncept@gmail.com>
|
GH-9182 is a backport of this pull request to the 3.6 branch. |
Python 3.x does not fall back to comparing object addresses when comparing two `dt` objects. <!-- issue-number: [bpo-34365](https://www.bugs.python.org/issue34365) --> https://bugs.python.org/issue34365 <!-- /issue-number --> (cherry picked from commit 9c22379) Co-authored-by: Danish Prakash <grafitykoncept@gmail.com>
Python 3.x does not fall back to comparing object addresses when comparing two `dt` objects. <!-- issue-number: [bpo-34365](https://www.bugs.python.org/issue34365) --> https://bugs.python.org/issue34365 <!-- /issue-number --> (cherry picked from commit 9c22379) Co-authored-by: Danish Prakash <grafitykoncept@gmail.com>
Python 3.x does not fall back to comparing object addresses when comparing two `dt` objects. <!-- issue-number: [bpo-34365](https://www.bugs.python.org/issue34365) --> https://bugs.python.org/issue34365 <!-- /issue-number --> (cherry picked from commit 9c22379) Co-authored-by: Danish Prakash <grafitykoncept@gmail.com>
Python 3.x does not fall back to comparing object addresses when comparing two
dtobjects.https://bugs.python.org/issue34365