]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added some tests for the truncate() method; one is commented out because
authorFred Drake <fdrake@acm.org>
Thu, 28 Sep 2000 04:25:33 +0000 (04:25 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 28 Sep 2000 04:25:33 +0000 (04:25 +0000)
commit954383356f9d6e69b0dcfe73773f2fb8158a0dd0
treef625bd12695703f23a1b5d657439e07d0bd18094
parente0a7f4f9d52acd8fccaa80fd9976325748f6b070
Added some tests for the truncate() method; one is commented out because
cStringIO does not get it right (reported as SF bug #115531).

Added test for ValueError when write() is called on a closed StringIO
object.  Commented out because cStringIO does not get it right
(reported as SF bug #115530).
Lib/test/output/test_StringIO
Lib/test/test_StringIO.py