]> granicus.if.org Git - python/commit
Fix list_test.py::test_print(): Read and write the
authorWalter Dörwald <walter@livinglogic.de>
Thu, 24 May 2007 17:44:33 +0000 (17:44 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 24 May 2007 17:44:33 +0000 (17:44 +0000)
commit9e4dc911ea0d62b9d7a3b2e6151cc9568246adb7
treef3887fa64bc81e1a009933a68f9794656dce726e
parent2565d90dd746cfb6b68435bbb3c3e236d8e57197
Fix list_test.py::test_print(): Read and write the
file in text mode, so the file content comes back
as str not bytes.
Lib/test/list_tests.py