diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-02-09 23:44:22 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-02-09 23:44:22 (GMT) |
commit | cafd495dfed238afdf684ec1cede705bd93bfb5b (patch) | |
tree | 6ed921517d19e5dbca8bac1642521086aaf285b4 /Lib/test/output | |
parent | 6f8ee59653261731d73f0e16bd3f667db57133bd (diff) | |
download | cpython-cafd495dfed238afdf684ec1cede705bd93bfb5b.zip cpython-cafd495dfed238afdf684ec1cede705bd93bfb5b.tar.gz cpython-cafd495dfed238afdf684ec1cede705bd93bfb5b.tar.bz2 |
In O_writelines: Replace use of string.joinfields with "".join.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_StringIO | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/output/test_StringIO b/Lib/test/output/test_StringIO index e2b2893..992d534 100644 --- a/Lib/test/output/test_StringIO +++ b/Lib/test/output/test_StringIO @@ -4,6 +4,7 @@ klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 2 'abcuvwxyz!' +'abc' 'abcdefghij' 'abcde' Caught expected ValueError writing to closed StringIO: @@ -13,6 +14,7 @@ klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 2 'abcuvwxyz!' +'abc' 'abcdefghij' 'abcde' Caught expected ValueError writing to closed StringIO: |