]> granicus.if.org Git - python/commit
Issue #16414: Fix support.TESTFN_UNDECODABLE and test_genericpath.test_nonascii_abspath()
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 6 Nov 2012 22:33:46 +0000 (23:33 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 6 Nov 2012 22:33:46 +0000 (23:33 +0100)
commit8f049e5b5b360900a5f4d429040c8bfdc89d2fc6
tree12d445a7d856bf9c745cb9f7a4e5c337d71dc067
parent8b219b2936d767bf6c6c17618db3a7b22fc2e865
Issue #16414: Fix support.TESTFN_UNDECODABLE and test_genericpath.test_nonascii_abspath()

 * support.TESTFN_UNDECODABLE was decodable if the filesystem encoding was
   cp932
 * test_genericpath.test_nonascii_abspath() didn't work on Windows if the
   path was not decodable (ex: with cp932)
Lib/test/support.py
Lib/test/test_genericpath.py