]> 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:15:55 +0000 (21:15 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Nov 2016 19:15:55 +0000 (21:15 +0200)
commita8760275bd59fb8d8be1f1bf05313fed31c08321
tree709540dfd7b0513fc26bd63a0d9024c20fafab6a
parent14269d91d14f9d6ddf79a44d9879bd796a86e2f3
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