commit | ca6525afba27f71deb4ce87bbdf54b5db010ef0e | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sat Sep 11 12:52:30 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sat Sep 11 12:52:30 2010 +0000 |
tree | b9d5c433570a0be3fb1b41de95d767bf98be9bd4 | |
parent | 4039aff8144409bf458a8b352f8bc8fd2c6e02eb [diff] |
Issue #9819: don't try to encode TESTFN_UNICODE on Windows mbcs (Windows default filesystem encoding) is now strict by default, and depending on the code page, TESTFN_UNICODE may not be encodable to bytes. Remove also unused "encoded" argument from _do_directory() method.