]> granicus.if.org Git - python/commit
Merged revisions 82510 via svnmerge from
authorSenthil Kumaran <orsenthil@gmail.com>
Sat, 3 Jul 2010 17:55:41 +0000 (17:55 +0000)
committerSenthil Kumaran <orsenthil@gmail.com>
Sat, 3 Jul 2010 17:55:41 +0000 (17:55 +0000)
commitfe1ad15b4bcc923bfba384cad4c647ece8944b83
tree72434f3e3a6d0069f4761ddaa4185e0113b389d8
parent8e42fb7ada3198e66d3f060c5c87c52465a86e36
Merged revisions 82510 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r82510 | senthil.kumaran | 2010-07-03 23:18:22 +0530 (Sat, 03 Jul 2010) | 4 lines

  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