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

(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]