Andre Wobst added the comment:
I just declare this bug to be a duplicate of #4953. Due to the recent fix
r87998 of the cgi module my extended/corrected testcases attached in this bug
report now pass.
--
resolution: -> duplicate
status: open ->
Changes by Andre Wobst :
--
type: -> behavior
versions: +Python 3.1 -Python 3.3
___
Python tracker
<http://bugs.python.org/issue8846>
___
___
Python-bugs-lis
New submission from Andre Wobst :
There are serious bugs in carriage return and newline handling at the end of a
multipart cgi input. The enclosed patch extends the test_cgi.py (and actually
reverts two wrong tests to what they had been for python2.x). Additionally, the
bugs are fixed by two