]> 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:40 +0000 (01:05 -0700)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 08:05:40 +0000 (10:05 +0200)
commitd1eb75585ef4c108732ec815cdc0adef087b1c3e
tree468d54e48a8e487b27872265d841f7e0dff50dce
parente7c5a43984f82ef9634cb0b2b8c4750b2fd431a0
bpo-41491: plistlib: accept hexadecimal integer values in xml plist files (GH-22764) (GH-22807)

(cherry picked from commit 3185267400be853404f22a1e06bb9fe1210735c7)

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
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]