diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-09 20:37:22 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-09 20:37:22 (GMT) |
commit | b6ed17344b456f397df800cc553fef94f5b1e58b (patch) | |
tree | 7b25eb0074b84c2277257a24030a8bc9708cad34 /Misc/NEWS | |
parent | 041d55331963754ad8c4298ff0584c28eb732223 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |