diff options
author | Tim Peters <tim.peters@gmail.com> | 2006-08-10 22:48:45 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2006-08-10 22:48:45 (GMT) |
commit | 0d9ca9fa47d5edce2408de21b092d355ace6eeb2 (patch) | |
tree | fda53c7fb969ede8f956bd3dfcff22db2000eafe | |
parent | 4643c2fda1546d6d5b0b33a93ee84218da7ad78b (diff) | |
download | cpython-0d9ca9fa47d5edce2408de21b092d355ace6eeb2.zip cpython-0d9ca9fa47d5edce2408de21b092d355ace6eeb2.tar.gz cpython-0d9ca9fa47d5edce2408de21b092d355ace6eeb2.tar.bz2 |
Whitespace normalization.
-rw-r--r-- | Lib/test/test_cgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_cgi.py b/Lib/test/test_cgi.py index c066c4c..7789fc8 100644 --- a/Lib/test/test_cgi.py +++ b/Lib/test/test_cgi.py @@ -258,7 +258,7 @@ Testing 123. -----------------------------721837373350705526688164684 Content-Disposition: form-data; name="submit" - Add + Add -----------------------------721837373350705526688164684-- """ fs = cgi.FieldStorage(fp=StringIO(postdata), environ=env) |