summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-09 20:37:22 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-09 20:37:22 (GMT)
commitb6ed17344b456f397df800cc553fef94f5b1e58b (patch)
tree7b25eb0074b84c2277257a24030a8bc9708cad34 /Misc/NEWS
parent041d55331963754ad8c4298ff0584c28eb732223 (diff)
downloadcpython-b6ed17344b456f397df800cc553fef94f5b1e58b.zip
cpython-b6ed17344b456f397df800cc553fef94f5b1e58b.tar.gz
cpython-b6ed17344b456f397df800cc553fef94f5b1e58b.tar.bz2
Issue #17156: pygettext.py now uses an encoding of source file and correctly
writes and escapes non-ascii characters.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dc550b4..a24b3de 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -215,6 +215,9 @@ Core and Builtins
Library
-------
+- Issue #17156: pygettext.py now uses an encoding of source file and correctly
+ writes and escapes non-ascii characters.
+
- Issue #16564: Fixed regression relative to Python2 in the operation of
email.encoders.encode_noop when used with binary data.