#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
 -------------