summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2006-08-10 22:48:45 (GMT)
committerTim Peters <tim.peters@gmail.com>2006-08-10 22:48:45 (GMT)
commit0d9ca9fa47d5edce2408de21b092d355ace6eeb2 (patch)
treefda53c7fb969ede8f956bd3dfcff22db2000eafe
parent4643c2fda1546d6d5b0b33a93ee84218da7ad78b (diff)
downloadcpython-0d9ca9fa47d5edce2408de21b092d355ace6eeb2.zip
cpython-0d9ca9fa47d5edce2408de21b092d355ace6eeb2.tar.gz
cpython-0d9ca9fa47d5edce2408de21b092d355ace6eeb2.tar.bz2
Whitespace normalization.
-rw-r--r--Lib/test/test_cgi.py2
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)