[issue8846] cgi.py bug report + fix: tailing carriage return and newline characters in multipart cgi input broken

2011-01-17 Thread Andre Wobst

Andre Wobst wob...@users.sourceforge.net 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 - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8846
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8846] cgi.py bug report + fix: tailing carriage return and newline characters in multipart cgi input broken

2010-05-28 Thread Andre Wobst

New submission from Andre Wobst wob...@users.sourceforge.net:

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 small corrections to cgi.py and email/feedparser.py. 
Thanks for consideration.

--
components: Library (Lib)
files: fix-cgi.patch
keywords: patch
messages: 106691
nosy: wobsta
priority: normal
severity: normal
status: open
title: cgi.py bug report + fix: tailing carriage return and newline characters 
in multipart cgi input broken
versions: Python 3.3
Added file: http://bugs.python.org/file17487/fix-cgi.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8846
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue8846] cgi.py bug report + fix: tailing carriage return and newline characters in multipart cgi input broken

2010-05-28 Thread Andre Wobst

Changes by Andre Wobst wob...@users.sourceforge.net:


--
type:  - behavior
versions: +Python 3.1 -Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue8846
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com