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 Thomas Güttler
Recipients Thomas Güttler, docs@python
Date 2016-02-25.09:48:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456393719.44.0.187138588042.issue26433@psf.upfronthosting.co.za>
In-reply-to
Content
The current docs for Python2, don't explain how to handle unicode:

https://docs.python.org/2/library/urllib.html#urllib.urlencode

It seems to be a common problem. See http://stackoverflow.com/questions/6480723/urllib-urlencode-doesnt-like-unicode-values-how-about-this-workaround

It would be nice to document the most pythonic way to handle unicode in urllib.urlencode()
History
Date User Action Args
2016-02-25 09:48:39Thomas Güttlersetrecipients: + Thomas Güttler, docs@python
2016-02-25 09:48:39Thomas Güttlersetmessageid: <1456393719.44.0.187138588042.issue26433@psf.upfronthosting.co.za>
2016-02-25 09:48:39Thomas Güttlerlinkissue26433 messages
2016-02-25 09:48:38Thomas Güttlercreate