]> granicus.if.org Git - python/commit
Set TESTFN_UNENCODEABLE on non-Windows OSes
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 13 Aug 2010 13:02:04 +0000 (13:02 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 13 Aug 2010 13:02:04 +0000 (13:02 +0000)
commit3d85a6fa043ddab8b289ccf5fb507242d45d2c28
treeb45dcd68116766b5b526400db854474dcb2e09fa
parent994addc414cfac472e62d813067b486298bec0be
Set TESTFN_UNENCODEABLE on non-Windows OSes

 * Use 0xff byte on non-Windows OSes
 * mbcs is now really strict by default: i closed the issue #850997, so use the
   filesystem encoding and not Latin-1
 * Rename TESTFN_UNICODE_UNENCODEABLE to TESTFN_UNENCODEABLE
Lib/test/support.py
Lib/test/test_unicode_file.py