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 brett.cannon, hdiogenes
Date 2008-06-01.19:38:45
SpamBayes Score 0.05311356
Marked as misclassified No
Message-id <1212349141.49.0.642367758547.issue2849@psf.upfronthosting.co.za>
In-reply-to
Content
Added a patch that successfully removes rfc822 dependency from the cgi 
module, using ideas from issue 1112856. I had to change one test, as the 
email FeedParser ignores trailing spaces in subparts.
History
Date User Action Args
2008-06-01 19:39:02hdiogenessetspambayes_score: 0.0531136 -> 0.05311356
recipients: + hdiogenes, brett.cannon
2008-06-01 19:39:01hdiogenessetspambayes_score: 0.0531136 -> 0.0531136
messageid: <1212349141.49.0.642367758547.issue2849@psf.upfronthosting.co.za>
2008-06-01 19:38:57hdiogeneslinkissue2849 messages
2008-06-01 19:38:56hdiogenescreate