commit | 8673ab97cc1930f5f2c5d96667386e09d22d60ec | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Feb 02 10:28:30 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sat Feb 02 10:28:30 2013 +0200 |
tree | 545b8f1ae56ace1a2e227f39da68d80b452911d4 | |
parent | 6e7da1527969897a408dc23c16f47729edb04558 [diff] [blame] |
Issue #11159: SAX parser now supports unicode file names.
diff --git a/Misc/NEWS b/Misc/NEWS index fb68dde..cfe99c9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -202,6 +202,8 @@ Library ------- +- Issue #11159: SAX parser now supports unicode file names. + - Issue #6972: The zipfile module no longer overwrites files outside of its destination path when extracting malicious zip files.