]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH-22764...
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 20 Oct 2020 08:05:21 +0000 (01:05 -0700)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 08:05:21 +0000 (10:05 +0200)
commit3fc7080220b8dd2e1b067b3224879133d895ea80
tree4257fc7f394debf8d6b49b4f0a1decdcc9bdaf44
parentaa7b03b31bf09b21a012b24e21977538e66b0172
bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH-22764) (GH-22806)

(cherry picked from commit 3185267400be853404f22a1e06bb9fe1210735c7)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
Lib/plistlib.py
Lib/test/test_plistlib.py
Misc/NEWS.d/next/Library/2020-10-19-14-02-09.bpo-41491.d1BUWH.rst [new file with mode: 0644]