From: Tim Peters Date: Thu, 10 Aug 2006 22:48:45 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.5c1~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d9ca9fa47d5edce2408de21b092d355ace6eeb2;p=python Whitespace normalization. --- diff --git a/Lib/test/test_cgi.py b/Lib/test/test_cgi.py index c066c4ce3a..7789fc83bc 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)