]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-84976: Re-introduce `datetime.py` and fix reprs
authorPaul Ganssle <git@m.ganssle.io>
Thu, 23 Mar 2023 15:36:22 +0000 (11:36 -0400)
committerT. Wouters <thomas@python.org>
Wed, 3 May 2023 09:09:45 +0000 (03:09 -0600)
commit0a5cd984b215f28d3c205eadf0daf201b3388c90
treec516b176dc5295bbdd769c6a0134307f7774a45c
parent65c4a2b326086875ecbedf032204d1ff24ba74d7
GH-84976: Re-introduce `datetime.py` and fix reprs

Without the change to the reprs, pure-python classes would have a repr
of `datetime._pydatetime.time`, etc.
Lib/_pydatetime.py
Lib/datetime.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2023-04-19-16-08-53.gh-issue-84976.HwbzlD.rst [new file with mode: 0644]