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 janssen, loewis, mgiuca, orsenthil, thomaspinckney3
Date 2008-08-06.16:51:25
SpamBayes Score 0.0071764616
Marked as misclassified No
Message-id <1218041488.17.0.871891228926.issue3300@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch to parse.py (and test/test_urllib.py) that makes the
various tests (cgi, urllib, httplib) pass.  It basically adds
"unquote_as_string", "unquote_as_bytes", "quote_as_string",
"quote_as_bytes", and then define the existing "quote" and "unquote" in
terms of them.
History
Date User Action Args
2008-08-06 16:51:28janssensetrecipients: + janssen, loewis, orsenthil, thomaspinckney3, mgiuca
2008-08-06 16:51:28janssensetmessageid: <1218041488.17.0.871891228926.issue3300@psf.upfronthosting.co.za>
2008-08-06 16:51:26janssenlinkissue3300 messages
2008-08-06 16:51:25janssencreate