]> granicus.if.org Git - python/commit
Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication.
authorSenthil Kumaran <senthil@uthcode.com>
Sat, 14 Jan 2012 11:09:04 +0000 (19:09 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Sat, 14 Jan 2012 11:09:04 +0000 (19:09 +0800)
commitc5c5a14577f1188125630dcbf31c5c2cd258b541
tree9a9c8efbaa2c774caa11d4c70d6483d6c8651bbf
parent9bbcb254dbeafcbfb09b3ca7a53bd69083ecabbb
Fix Issue #13642: Unquote before b64encoding user:password during Basic Authentication.
Lib/test/test_urllib.py
Lib/urllib/request.py
Misc/NEWS