commit | 7f8ff471f8020ab4c365c4e1885290cbfc08f718 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Sat Sep 22 04:33:47 2001 +0000 |
committer | Barry Warsaw <barry@python.org> | Sat Sep 22 04:33:47 2001 +0000 |
tree | 31b4cfd539d27605179e6e37a0121e3a1c1fe9bf | |
parent | 3208d4b387641edb99c16126b7062e701114d655 [diff] |
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.