commit | b55e498f56317d728fcbd004f8bd262db552eb7c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sat Sep 11 00:22:12 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sat Sep 11 00:22:12 2010 +0000 |
tree | d1b1786540d3ed7f1c4306419ed3b46246a504bf | |
parent | 22b46e0ba90636d237736ca0ffdeba704e00a570 [diff] |
Issue #767645: fix os.path.supports_unicode_filenames definition os.listdir(str) always returns unicode and it can return non-ascii filenames even if supports_unicode_filenames is False.