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 mgiuca
Recipients loewis, mgiuca, orsenthil, thomaspinckney3
Date 2008-07-31.14:49:50
SpamBayes Score 0.00011824732
Marked as misclassified No
Message-id <1217515791.95.0.0710825913962.issue3300@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm ... seems patch 6 I just checked in fails a test case! Sorry! (It's
minor, gives a harmless BytesWarning if you run with -b, which "make
test" does, so I only picked it up after submitting).

I've slightly changed the code in quote so it doesn't do that any more
(it normalises all "safe" arguments to bytes).

Please review patch 7, not 6. Same commit log as above.

(Also .. someone let me know if I'm not submitting patches properly,
like perhaps I should be deleting the old ones not keeping them around?)
History
Date User Action Args
2008-07-31 14:49:52mgiucasetrecipients: + mgiuca, loewis, orsenthil, thomaspinckney3
2008-07-31 14:49:51mgiucasetmessageid: <1217515791.95.0.0710825913962.issue3300@psf.upfronthosting.co.za>
2008-07-31 14:49:51mgiucalinkissue3300 messages
2008-07-31 14:49:50mgiucacreate