]> granicus.if.org Git - python/commit
Issue #13664: GzipFile now supports non-ascii Unicode filenames.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Oct 2014 19:23:28 +0000 (22:23 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 12 Oct 2014 19:23:28 +0000 (22:23 +0300)
commit54edfb3eef77b2b6816e1790c38b39c53bfdc408
tree3b0681af8b990213de1c916aec36833470e9201c
parent55bf20ad6e0bd9ca4c1b1a6dd7339972b4aa915e
Issue #13664: GzipFile now supports non-ascii Unicode filenames.
Lib/gzip.py
Lib/test/test_gzip.py
Misc/NEWS