]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-53502: Fixes for tests in gh-113363 (#113627)
authorRonald Oussoren <ronaldoussoren@mac.com>
Mon, 1 Jan 2024 20:31:43 +0000 (21:31 +0100)
committerGitHub <noreply@github.com>
Mon, 1 Jan 2024 20:31:43 +0000 (21:31 +0100)
commit8e4ff5c7885abb04a66d079499335c4d46106aff
treed3e5f9532d275776595708b9f3377dc64ff78d86
parentb4b2cc101216ae1017898dfbe43c90da2fd0a308
gh-53502: Fixes for tests in gh-113363 (#113627)

* gh-53502: Fixes for tests in gh-113363

* Use 32-bit compatible date in test_dump_naive_datetime_with_aware_datetime_option

* Saving non-aware datetimes will use the old behaviour regardless of the aware_datimetime setting
Lib/plistlib.py
Lib/test/test_plistlib.py