]> granicus.if.org Git - python/commit
Converted test_StringIO.py to use unittest, so
authorBarry Warsaw <barry@python.org>
Sat, 22 Sep 2001 04:33:47 +0000 (04:33 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 22 Sep 2001 04:33:47 +0000 (04:33 +0000)
commit7f8ff471f8020ab4c365c4e1885290cbfc08f718
tree31b4cfd539d27605179e6e37a0121e3a1c1fe9bf
parent3208d4b387641edb99c16126b7062e701114d655
Converted test_StringIO.py to use unittest, so
Lib/test/output/test_StringIO is no longer necessary.

Also, added a test of the iterator protocol that's just been added to
StringIO's and cStringIO's.
Lib/test/output/test_StringIO [deleted file]
Lib/test/test_StringIO.py