Jeremy Hylton
cafd495dfe
In O_writelines: Replace use of string.joinfields with "".join.
2001-02-09 23:44:22 +00:00
Guido van Rossum
22d5895dc3
Added a test for the StringIO write() error I just fixed.
2000-10-12 16:46:28 +00:00
Guido van Rossum
4bbea05c4e
Jack Jansen reported that the regression test failed on the Mac where
...
string.letters was much more than expected.
Solution: explicit is better than implicit; don't rely on
string.letters.
2000-10-11 21:34:53 +00:00
Jim Fulton
d1229f5651
Uncommented tests that failed for cStringIO,
...
Added missing clode to make the clode test test a close. ;)
2000-10-06 19:21:32 +00:00
Fred Drake
954383356f
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 ).
2000-09-28 04:25:33 +00:00
Martin v. Löwis
b96e0e5e65
New test cases for the StringIO module
2000-09-19 16:35:39 +00:00