]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add tests for the writelines() method of file objects.
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 16 Oct 2012 20:57:11 +0000 (22:57 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 16 Oct 2012 20:57:11 +0000 (22:57 +0200)
commit78e761eafe670ce06aca7723f239e9e52d30296f
tree4abe937cbf393a665fef5669c8501011623c53f0
parentce5a56e9851a65a94b24b27ec6e55d4c47d7e46c
Add tests for the writelines() method of file objects.
Original patch by Felipe Cruz.
Lib/test/test_fileio.py
Lib/test/test_io.py