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 r.david.murray
Recipients amaury.forgeotdarc, barry, eric.araujo, erob, flox, ggenellina, giampaolo.rodola, gvanrossum, l0nwlf, oopos, pebbe, quentel, r.david.murray, tcourbon, tercero12, tobias, v+python
Date 2011-01-02.16:19:48
SpamBayes Score 5.853819e-08
Marked as misclassified No
Message-id <1293985191.7.0.887208153217.issue4953@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you very much for working on this!  I'll try to take a look at the patch soon.  A couple quick comments based on your posting: first, the email module now has a BytesFeedparser that will accept a byte stream, which I hope might simplify your patch.  Second, it would be very helpful if you could upload your patch as an 'svn diff' against the current py3k trunk (see python.org/dev for details on how to do that).  That will make review and application of the patch much much simpler.  (This would be true even if more of the code in cgi.py has changed than not.)  If you don't want to set up an svn checkout, then a context diff against the copy of cgi.py you started with would be second best.  Please post any files individually as .patch or .diff or .txt files...these are preferred in the tracker over .zip files because they can be viewed without downloading.
History
Date User Action Args
2011-01-02 16:19:51r.david.murraysetrecipients: + r.david.murray, gvanrossum, barry, amaury.forgeotdarc, ggenellina, giampaolo.rodola, eric.araujo, v+python, oopos, tercero12, tcourbon, tobias, flox, l0nwlf, pebbe, quentel, erob
2011-01-02 16:19:51r.david.murraysetmessageid: <1293985191.7.0.887208153217.issue4953@psf.upfronthosting.co.za>
2011-01-02 16:19:48r.david.murraylinkissue4953 messages
2011-01-02 16:19:48r.david.murraycreate