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 janssen
Recipients gvanrossum, janssen, jimjjewett, lemburg, loewis, mgiuca, orsenthil, pitrou, thomaspinckney3
Date 2008-08-08.21:28:11
SpamBayes Score 1.9727644e-05
Marked as misclassified No
Message-id <1218230892.86.0.0420253977993.issue3300@psf.upfronthosting.co.za>
In-reply-to
Content
Here's the updated version of my patch.  It returns a string, but
doesn't clobber bytes that are contained in the string.  Naive code
(basically code that expects ASCII strings from unquote) should continue
to work as well as it ever did.  I fixed the problem with the email
library, and removed the bogus test from the http_cookiejar test suite.
History
Date User Action Args
2008-08-08 21:28:13janssensetrecipients: + janssen, lemburg, gvanrossum, loewis, jimjjewett, orsenthil, pitrou, thomaspinckney3, mgiuca
2008-08-08 21:28:12janssensetmessageid: <1218230892.86.0.0420253977993.issue3300@psf.upfronthosting.co.za>
2008-08-08 21:28:11janssenlinkissue3300 messages
2008-08-08 21:28:11janssencreate