summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-09 10:46:19 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-09 10:46:19 (GMT)
commit9bf379e9fbbd669cfbf61adc6b833a9bbe023238 (patch)
treed451a0bffa3afc9367090354a54eda1dd169bd03 /Misc
parent8b6b176b33ee8c3074b463a4628faa84dea0ebed (diff)
downloadcpython-9bf379e9fbbd669cfbf61adc6b833a9bbe023238.zip
cpython-9bf379e9fbbd669cfbf61adc6b833a9bbe023238.tar.gz
cpython-9bf379e9fbbd669cfbf61adc6b833a9bbe023238.tar.bz2
#13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Patch by Serhiy Storchaka.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6901bec..6cfa567 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -682,6 +682,12 @@ Build
- Issue #14018: Fix OS X Tcl/Tk framework checking when using OS X SDKs.
+Tools/Demos
+-----------
+
+- Issue #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py
+ Patch by Serhiy Storchaka.
+
Documentation
-------------