]> 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)
commit131a489903cd03706c3cc571b94ea702e0f29c2e
tree03e13b87d930cf2498ab947d512e5813191af769
parent6603118125164b927d79eab89263a07a12406481
Add tests for the writelines() method of file objects.
Original patch by Felipe Cruz.
Lib/test/test_fileio.py
Lib/test/test_io.py