This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Make cgi.py use email instead of rfc822 or mimetools
Type: Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: jlgijsbers Nosy List: irmen, jlgijsbers, joshhoyt
Priority: normal Keywords: patch

Created on 2004-12-06 04:22 by joshhoyt, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
cgi.patch.rfc822 joshhoyt, 2004-12-06 04:23 Patch to make the cgi module use email instead of rfc822 or mimetools
Messages (3)
msg47365 - (view) Author: Josh Hoyt (joshhoyt) Date: 2004-12-06 04:22
Remove dependencies on (deprecated) rfc822 and
mimetools modules, replacing with email.
msg47366 - (view) Author: Johannes Gijsbers (jlgijsbers) * (Python triager) Date: 2005-01-08 13:56
Logged In: YES 
user_id=469548

Checked in as rev 1.83 of cgi.py. Thanks for the patch!
msg47367 - (view) Author: Irmen de Jong (irmen) (Python triager) Date: 2005-02-01 19:19
Logged In: YES 
user_id=129426

Umm, I think this patch broke cgi.FieldStorage w/ multipart
post requests... see bug #1112856
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41285
2004-12-06 04:22:08joshhoytcreate