2000-09-19 16:35:39 +00:00
|
|
|
test_StringIO
|
|
|
|
abcdefghij
|
|
|
|
klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
|
|
|
|
|
|
|
|
2
|
2000-10-12 16:46:28 +00:00
|
|
|
'abcuvwxyz!'
|
2001-02-09 23:44:22 +00:00
|
|
|
'abc'
|
2000-09-28 04:25:33 +00:00
|
|
|
'abcdefghij'
|
2000-10-07 16:58:11 +00:00
|
|
|
'abcde'
|
|
|
|
Caught expected ValueError writing to closed StringIO:
|
|
|
|
I/O operation on closed file
|
2000-09-19 16:35:39 +00:00
|
|
|
abcdefghij
|
|
|
|
klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
|
|
|
|
|
|
|
|
2
|
2000-10-12 16:46:28 +00:00
|
|
|
'abcuvwxyz!'
|
2001-02-09 23:44:22 +00:00
|
|
|
'abc'
|
2000-09-28 04:25:33 +00:00
|
|
|
'abcdefghij'
|
2000-10-07 16:58:11 +00:00
|
|
|
'abcde'
|
|
|
|
Caught expected ValueError writing to closed StringIO:
|
|
|
|
I/O operation on closed file
|