]> granicus.if.org Git - python/commit
test_cmd_line_script: format paths with ascii() instead of repr()
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 17 Oct 2010 01:41:09 +0000 (01:41 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 17 Oct 2010 01:41:09 +0000 (01:41 +0000)
commite3874ed7dd978292d43ccdef1ad7896dfec663a7
tree548978c43320ed8bbb29fee5592cfe71085a9871
parentca9f1285835ce1319d0572a12da1efff4258c08e
test_cmd_line_script: format paths with ascii() instead of repr()

Fix the test if the native filesystem encoding is not utf-8 (eg. cp1250 on
Windows).
Lib/test/test_cmd_line_script.py