2000-09-19 13:35:39 -03:00
|
|
|
test_StringIO
|
|
|
|
abcdefghij
|
|
|
|
klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
|
|
|
|
|
|
|
|
2
|
2000-10-12 13:46:28 -03:00
|
|
|
'abcuvwxyz!'
|
2000-09-28 01:25:33 -03:00
|
|
|
'abcdefghij'
|
2000-10-07 13:58:11 -03:00
|
|
|
'abcde'
|
|
|
|
Caught expected ValueError writing to closed StringIO:
|
|
|
|
I/O operation on closed file
|
2000-09-19 13:35:39 -03:00
|
|
|
abcdefghij
|
|
|
|
klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
|
|
|
|
|
|
|
|
2
|
2000-10-12 13:46:28 -03:00
|
|
|
'abcuvwxyz!'
|
2000-09-28 01:25:33 -03:00
|
|
|
'abcdefghij'
|
2000-10-07 13:58:11 -03:00
|
|
|
'abcde'
|
|
|
|
Caught expected ValueError writing to closed StringIO:
|
|
|
|
I/O operation on closed file
|