]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Nov 2016 19:17:46 +0000 (21:17 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Nov 2016 19:17:46 +0000 (21:17 +0200)
commit07bcf05fcf3fd1d4001e8e3489162e6d67638285
treeee55a562d4ac5d1ff722e3ac13a750e762ed71a9
parentd751040b1a4e35fd3b01fc919cd8f9374ed714fd
Issue #28563: Fixed possible DoS and arbitrary code execution when handle
plural form selections in the gettext module.  The expression parser now
supports exact syntax supported by GNU gettext.
Lib/gettext.py
Lib/test/test_gettext.py
Misc/NEWS