summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-09 20:38:12 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-09 20:38:12 (GMT)
commit859cd4723f07e2b1da7387f5be0f2ce0a195974d (patch)
tree500f0eddeedff2c61e7da96b603a64d851138d65 /Misc
parent7451a72e2ba8939215324387e36285725632e637 (diff)
parentb6ed17344b456f397df800cc553fef94f5b1e58b (diff)
downloadcpython-859cd4723f07e2b1da7387f5be0f2ce0a195974d.zip
cpython-859cd4723f07e2b1da7387f5be0f2ce0a195974d.tar.gz
cpython-859cd4723f07e2b1da7387f5be0f2ce0a195974d.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')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5b56d0c..7d3fc94 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -169,6 +169,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.