Staging
v0.8.1
https://github.com/python/cpython
Revision e2b40f4ce954ea3d35a73541029b2253abd9d245 authored by Miss Islington (bot) on 11 September 2018, 21:24:53 UTC, committed by GitHub on 11 September 2018, 21:24:53 UTC

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 9c223794c754408644c16349b85dd27fdba8a926)

Co-authored-by: Danish Prakash <grafitykoncept@gmail.com>
1 parent d289df1
Raw File
Tip revision: e2b40f4ce954ea3d35a73541029b2253abd9d245 authored by Miss Islington (bot) on 11 September 2018, 21:24:53 UTC
bpo-34365: Update date object documentation (GH-8814)
Tip revision: e2b40f4
CODE_OF_CONDUCT.rst
Code of Conduct
===============

Please note that all interactions on
`Python Software Foundation <https://www.python.org/psf-landing/>`__-supported
infrastructure is `covered
<https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties>`__
by the `PSF Code of Conduct <https://www.python.org/psf/codeofconduct/>`__,
which includes all infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general this means everyone is expected to be open, considerate, and
respectful of others no matter what their position is within the project.

back to top