]> granicus.if.org Git - python/commit
Fix Issue5468 - urlencode to handle bytes and other alternate encodings.
authorSenthil Kumaran <orsenthil@gmail.com>
Sat, 3 Jul 2010 17:48:22 +0000 (17:48 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sat, 3 Jul 2010 17:48:22 +0000 (17:48 +0000)
commitdf022da3d87311e44213ea2e5f95cc6667d44d83
treeca5dd75016520ee58d30a095dd6ca4ce5084eb05
parent85029334f6b6a8ce6131a4e91ccdb5bec76ec7af
Fix Issue5468 - urlencode to handle bytes and other alternate encodings.
(Extensive tests provided). Patch by Dan Mahn.
Doc/library/urllib.parse.rst
Lib/test/test_urllib.py
Lib/urllib/parse.py
Misc/NEWS