This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2026-03-23 05:00:48 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
7a40c0702e
cpython
/
Lib
/
test
/
output
/
test_StringIO
12 lines
154 B
Text
Raw
Normal View
History
Unescape
Escape
New test cases for the StringIO module
2000-09-19 16:35:39 +00:00
test_StringIO
abcdefghij
klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
2
Added some tests for the truncate() method; one is commented out because 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).
2000-09-28 04:25:33 +00:00
'abcdefghij'
New test cases for the StringIO module
2000-09-19 16:35:39 +00:00
abcdefghij
klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
2
Added some tests for the truncate() method; one is commented out because 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).
2000-09-28 04:25:33 +00:00
'abcdefghij'
Reference in a new issue
Copy permalink