commit | dc118790de7e608851e646d8b28020122707d31a | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Fri Nov 09 11:46:19 2012 +0100 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Fri Nov 09 11:46:19 2012 +0100 |
tree | de65a264537836d62014023a72b61e6dc54a6c2a | |
parent | 090177676a0449bc5625fc4fdc870b7c9a9f913a [diff] [blame] |
#13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka.
diff --git a/Misc/NEWS b/Misc/NEWS index 16ddf41..d8821b0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -530,6 +530,12 @@ - Issue #14437: Fix building the _io module under Cygwin. +Tools/Demos +----------- + +- Issue #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py + Patch by Serhiy Storchaka. + Documentation -------------