]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
StdoutTests.test_unicode(): avoid newlines to fix the test on windows
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 8 Sep 2010 11:45:16 +0000 (11:45 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 8 Sep 2010 11:45:16 +0000 (11:45 +0000)
commit3a68f91d43d4d5fd147916525cea13dee30ea975
tree70f5920022e70934d5b351408fdb74328958a4d2
parentcaafd770606aaae96a7d6ed3a128d054758939f9
StdoutTests.test_unicode(): avoid newlines to fix the test on windows

 * Add also a test for utf-8
 * Add some comments
 * Flush stdout for the buffer API tests
Lib/test/test_file2k.py