diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-07 16:58:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-07 16:58:11 (GMT) |
commit | 5c0b43d1e26e28608170baf2887a82124b62fa36 (patch) | |
tree | b9ef64267e7bfc0b2ab654b3f5c5b611e5383648 /Lib | |
parent | 4095101c78c6313286306cb55b8aa5f840ce9197 (diff) | |
download | cpython-5c0b43d1e26e28608170baf2887a82124b62fa36.zip cpython-5c0b43d1e26e28608170baf2887a82124b62fa36.tar.gz cpython-5c0b43d1e26e28608170baf2887a82124b62fa36.tar.bz2 |
The test is good, but Jim forgot to check in the updated output.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/output/test_StringIO | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/test/output/test_StringIO b/Lib/test/output/test_StringIO index ce983c0..e2c5c31 100644 --- a/Lib/test/output/test_StringIO +++ b/Lib/test/output/test_StringIO @@ -4,8 +4,14 @@ klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 2 'abcdefghij' +'abcde' +Caught expected ValueError writing to closed StringIO: +I/O operation on closed file abcdefghij klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 2 'abcdefghij' +'abcde' +Caught expected ValueError writing to closed StringIO: +I/O operation on closed file |