diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-09 20:38:12 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-09 20:38:12 (GMT) |
commit | 859cd4723f07e2b1da7387f5be0f2ce0a195974d (patch) | |
tree | 500f0eddeedff2c61e7da96b603a64d851138d65 /Misc | |
parent | 7451a72e2ba8939215324387e36285725632e637 (diff) | |
parent | b6ed17344b456f397df800cc553fef94f5b1e58b (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |