mirror of
https://github.com/python/cpython.git
synced 2026-01-15 20:00:04 +00:00
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).
11 lines
154 B
Text
11 lines
154 B
Text
test_StringIO
|
|
abcdefghij
|
|
klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
|
|
|
|
2
|
|
'abcdefghij'
|
|
abcdefghij
|
|
klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
|
|
|
|
2
|
|
'abcdefghij'
|