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 milesck
Recipients dmahn, ezio.melotti, jhylton, milesck
Date 2009-08-28.09:38:17
SpamBayes Score 1.2884538e-10
Marked as misclassified No
Message-id <1251452302.28.0.326117583475.issue5468@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached a patch that provides similar functionality to Dan Mahn's 
urlencode(), as well as providing encoding and errors parameters to 
parse_qs and parse_qsl, updating the documentation to reflect the added 
parameters, and adding test cases.  The implementation of urlencode() is 
not the same as dmahn's, and has a more straightforward control flow and 
less code duplication than the current implementation.

(For the tests, I tried to match the style of the file I was adding to 
with regard to (expect, result) order, which is why it's inconsistent.)
History
Date User Action Args
2009-08-28 09:38:22milescksetrecipients: + milesck, jhylton, ezio.melotti, dmahn
2009-08-28 09:38:22milescksetmessageid: <1251452302.28.0.326117583475.issue5468@psf.upfronthosting.co.za>
2009-08-28 09:38:20milescklinkissue5468 messages
2009-08-28 09:38:20milesckcreate