commit | 15ea3ac67ae600ad75f2230b68e86a70da864942 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Feb 09 22:36:22 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Feb 09 22:36:22 2013 +0200 |
tree | e69ca1fe5578223388d2a3e3c9173f500ae5cc20 | |
parent | 4234992c750cad2bbf36f712a47515f050df549f [diff] [blame] |
Issue #17156: pygettext.py now correctly escapes non-ascii characters.
diff --git a/Misc/NEWS b/Misc/NEWS index 71db196..b63d04c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -202,6 +202,8 @@ Library ------- +- Issue #17156: pygettext.py now correctly escapes non-ascii characters. + - Issue #7358: cStringIO.StringIO now supports writing to and reading from a stream larger than 2 GiB on 64-bit systems.