]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Whitespace normalization broke test_cgi, because a line
authorTim Peters <tim.peters@gmail.com>
Thu, 10 Aug 2006 23:22:13 +0000 (23:22 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 10 Aug 2006 23:22:13 +0000 (23:22 +0000)
commitb7ad1eb2c6ad9a331ddc3a32d0d2780981f0d316
tree1cfe27b7eb1526f1050f37f852f852b58e67a24f
parent0d9ca9fa47d5edce2408de21b092d355ace6eeb2
Whitespace normalization broke test_cgi, because a line
of quoted test data relied on preserving a single trailing
blank.  Changed the string from raw to regular, and forced
in the trailing blank via an explicit \x20 escape.
Lib/test/test_cgi.py