]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9425: read_directory() is fully unicode compliant
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 Aug 2010 17:54:28 +0000 (17:54 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 Aug 2010 17:54:28 +0000 (17:54 +0000)
commit2460a43a6569fbf240c5a72d0b052565617213eb
tree13d6ea2138689a623218ec25a80e26d402e7bcd0
parent79766636b6fbc7e01af160008df9cd31112716d6
Issue #9425: read_directory() is fully unicode compliant

zipimport is now able to load a module with an unencodable filename.
Lib/test/test_zipimport.py
Modules/zipimport.c