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 nirs
Recipients ajaksu2, ezio.melotti, georg.brandl, nirs, orsenthil, rwanderley, thomaspinckney3, tlesher
Date 2009-08-08.11:37:00
SpamBayes Score 0.00044074864
Marked as misclassified No
Message-id <1249731422.84.0.937752937479.issue2637@psf.upfronthosting.co.za>
In-reply-to
Content
You can control what is safe in your particular context using the safe 
keyword argument.

How do you want to support unicode? you must decide which character 
encoding you like, which depends on the server side decoding the url.

Just document the fact that this function does not accept unicode.
History
Date User Action Args
2009-08-08 11:37:03nirssetrecipients: + nirs, georg.brandl, orsenthil, ajaksu2, tlesher, ezio.melotti, thomaspinckney3, rwanderley
2009-08-08 11:37:02nirssetmessageid: <1249731422.84.0.937752937479.issue2637@psf.upfronthosting.co.za>
2009-08-08 11:37:01nirslinkissue2637 messages
2009-08-08 11:37:00nirscreate