]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-53502: add a new option aware_datetime in plistlib to loads or dumps aware datetim...
authorAN Long <aisk@users.noreply.github.com>
Mon, 1 Jan 2024 18:51:24 +0000 (02:51 +0800)
committerGitHub <noreply@github.com>
Mon, 1 Jan 2024 18:51:24 +0000 (19:51 +0100)
commitb4b2cc101216ae1017898dfbe43c90da2fd0a308
tree2ec1d38b8675d70a82a2cd86f0f8264ac33df54a
parentd0b0e3d2eff30f699c620bc87c4dadd8cd4a77d5
gh-53502: add a new option aware_datetime in plistlib to loads or dumps aware datetime. (#113363)

* add options to loads and dumps aware datetime in plistlib
Doc/library/plistlib.rst
Lib/plistlib.py
Lib/test/test_plistlib.py
Misc/NEWS.d/next/Library/2023-12-21-23-47-42.gh-issue-53502.dercJI.rst [new file with mode: 0644]