[issue4953] cgi module cannot handle POST with multipart/form-data in 3.0

2011-01-11 Thread Timothy Farrell
Changes by Timothy Farrell tfarr...@owassobible.org: -- nosy: -tercero12 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4953 ___ ___ Python-bugs

[issue4953] cgi module cannot handle POST with multipart/form-data in 3.0

2010-06-19 Thread Timothy Farrell
Timothy Farrell tfarr...@swgen.com added the comment: Yes, they are related but not quite the same. The solution to this problem will likely include a fix to the problem described in issue 8077. -- ___ Python tracker rep...@bugs.python.org http

[issue4953] cgi module cannot handle POST with multipart/form-data in 3.0

2009-11-15 Thread Timothy Farrell
Timothy Farrell tfarr...@swgen.com added the comment: Perhaps this update should go in the linked email bug. The email team has a goal of fixing the email module in time for the 3.2 release. I also, feel as though I lack the skill to fix the email module, but it goes beyond that since they're

[issue4661] email.parser: impossible to read messages encoded in a different encoding

2009-11-15 Thread Timothy Farrell
Timothy Farrell tfarr...@swgen.com added the comment: Just an update for people interested: The email team has a goal of fixing the email module in time for the 3.2 release. There is the possibility of having to change some interfaces. See this document: http://wiki.python.org/moin/Email

[issue4969] mimetypes on Windows should read MIME database from registry (w/patch)

2009-11-03 Thread Timothy Farrell
Changes by Timothy Farrell tfarr...@swgen.com: -- nosy: +tercero12 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4969 ___ ___ Python-bugs-list

[issue4661] email.parser: impossible to read messages encoded in a different encoding

2009-08-18 Thread Timothy Farrell
Changes by Timothy Farrell tfarr...@swgen.com: -- nosy: +tercero12 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4661 ___ ___ Python-bugs-list

[issue4953] cgi module cannot handle POST with multipart/form-data in 3.0

2009-08-18 Thread Timothy Farrell
Timothy Farrell tfarr...@swgen.com added the comment: I thought I'd take a crack at this today. I soon figured out the real issue. It is the email.parser module that handles the decoding of Multipart/form-data things...and it is also still quote broken w.r.t. handling Bytes. So this issue

[issue4953] cgi module cannot handle POST with multipart/form-data in 3.0

2009-08-10 Thread Timothy Farrell
Timothy Farrell tfarr...@swgen.com added the comment: I think you hit the nail on the head. Now we just need (someone) to code it. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4953

[issue4953] cgi module cannot handle POST with multipart/form-data in 3.0

2009-06-08 Thread Timothy Farrell
Timothy Farrell tfarr...@swgen.com added the comment: I've attached unittest.zip. Simply unzip it to a directory and run it. I've included a Python2.x version of the unittest for the sake of clarity. The 2.x version was developed on 2.4. The 3.x version was developed on 3.0.1 and 3.1rc1

[issue4953] cgi module cannot handle POST with multipart/form-data in 3.0

2009-06-05 Thread Timothy Farrell
Timothy Farrell tfarr...@swgen.com added the comment: I'm working on a web framework for Python 3. Naturally this is a blocker for me. I was kinda expecting this to be addressed in 3.1 but now that rc1 is out and I don't see anything about it, I'm wondering about the status of this bug. Can