]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22747)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 18 Oct 2020 15:32:56 +0000 (08:32 -0700)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 15:32:56 +0000 (18:32 +0300)
commita055ced9d43630cadc3c1d5edab0884f2c5131ea
tree3bd0b566757d2a49bc23df33b162ae345ab1c7e2
parent6a2aa4994e99ae8e43011a0290646fde4724a003
bpo-41966: Fix pickling pure datetime.time subclasses (GH-22731) (GH-22747)

(cherry picked from commit c304c9a7efa8751b5bc7526fa95cd5f30aac2b92)

Co-authored-by: scaramallion <scaramallion@users.noreply.github.com>
Lib/datetime.py
Lib/test/datetimetester.py
Misc/ACKS
Misc/NEWS.d/next/Library/2020-10-17-07-52-53.bpo-41966.gwEQRZ.rst [new file with mode: 0644]