]> granicus.if.org Git - python/commit
test_httpservers: Python CGI scripts have to be encoded to utf-8
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 17 Oct 2010 20:17:41 +0000 (20:17 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 17 Oct 2010 20:17:41 +0000 (20:17 +0000)
commit6fb457526cef485d64f4f6744d81cae8c02032b3
treed0ba8c48dce3e388f0827446dac322434ee5e8f1
parent3218c31429dfa88c6c4ab0980c1cf7a45bfa423e
test_httpservers: Python CGI scripts have to be encoded to utf-8

And not the locale encoding. With this commit, the test finally pass on Windows
with a non-ascii path :-)
Lib/test/test_httpservers.py