]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-53502: Fix plistlib.dump() for naive datetime with aware_datetime option (GH-113645)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 2 Jan 2024 19:45:36 +0000 (21:45 +0200)
committerGitHub <noreply@github.com>
Tue, 2 Jan 2024 19:45:36 +0000 (21:45 +0200)
commit50b093f5c7060c0b44c264808411346cee7becf0
tree9541a227bc17c7c2542fbba4fa042c2522c74290
parentfff1e8a50b4eeea83090f4c11e21b4577e8d09e3
gh-53502: Fix plistlib.dump() for naive datetime with aware_datetime option (GH-113645)
Lib/plistlib.py
Lib/test/test_plistlib.py