]> granicus.if.org Git - python/commit
Issue #19977: Enable test_c_locale_surrogateescape() on Windows
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 18 Mar 2014 01:28:10 +0000 (02:28 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 18 Mar 2014 01:28:10 +0000 (02:28 +0100)
commit97f17a784ad8d428c63b35e3008deb9332f195a6
tree93fe9fe00f29ae1b7299ee3a6bf67833ac637dd2
parent518e610977cce63d348d11c4081f9b7af79edd81
Issue #19977: Enable test_c_locale_surrogateescape() on Windows

Only test the error handler. The encoding is not ASCII on Windows: it may the
OEM or ANSI code page.
Lib/test/test_sys.py