]> granicus.if.org Git - python/commit
- Issue #13642: Unquote before b64encoding user:password during Basic
authorSenthil Kumaran <senthil@uthcode.com>
Tue, 10 Jan 2012 16:09:24 +0000 (00:09 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 10 Jan 2012 16:09:24 +0000 (00:09 +0800)
commitbcd833f30f77160e321056fa548d76e2abe26701
treeb4b5f259a79d356a68f82f574c294cf3a3b5bb91
parenta0ff91cac094a986b0cf4d33907a33e24bb97523
- Issue #13642: Unquote before b64encoding user:password during Basic
  Authentication. Patch contributed by Joonas Kuorilehto and Michele OrrĂ¹.
Lib/test/test_urllib.py
Lib/urllib.py
Misc/NEWS