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.

Author hdiogenes
Recipients anthonybaxter, arigo, hdiogenes, irmen, jlgijsbers, joshhoyt
Date 2008-06-02.03:15:13
SpamBayes Score 0.03309745
Marked as misclassified No
Message-id <1212376516.57.0.987294388552.issue1112856@psf.upfronthosting.co.za>
In-reply-to
Content
> Er - while reverting it makes the code work again, I'm
> _really_ unhappy with this as a long-term solution.

I've addressed almost everything that's discussed here in issue 2849, 
implementing Josh's suggestion of using FeedParser.

It removes rfc822 (but not mimetools [yet]) dependency from the cgi 
module, without the parsing problem pointed by cgibug.py and without 
hanging, as shown in server.py + post.html. Also, preliminary tests 
revealed that the new FieldStorage.read_multi is about 10 times faster 
than the old one.
History
Date User Action Args
2008-06-02 03:15:17hdiogenessetspambayes_score: 0.0330974 -> 0.03309745
recipients: + hdiogenes, arigo, anthonybaxter, jlgijsbers, irmen, joshhoyt
2008-06-02 03:15:16hdiogenessetspambayes_score: 0.0330974 -> 0.0330974
messageid: <1212376516.57.0.987294388552.issue1112856@psf.upfronthosting.co.za>
2008-06-02 03:15:15hdiogeneslinkissue1112856 messages
2008-06-02 03:15:13hdiogenescreate