]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix test_sys about fs encoding for Windows and Mac OS X
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 19 Aug 2010 11:23:47 +0000 (11:23 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 19 Aug 2010 11:23:47 +0000 (11:23 +0000)
commit85ca2afe3bdda1896892bbf5963a6afb2e7eb605
treebb1c24e20f07d7a6985b10cbc74b4f6214d6dbeb
parent70f88c59eb285f85b8d16b88a75aeeb6b6a2b9ab
Fix test_sys about fs encoding for Windows and Mac OS X

 * Check fs encoding value on Windows
 * Ignore LANG= test on Windows and Mac OS X (fs encoding is hardcoded on these
   platforms)
Lib/test/test_sys.py