]> granicus.if.org Git - python/commit
Fix closes Issue #11799: urllib.request Authentication Handlers will raise a
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 11 May 2011 13:17:57 +0000 (21:17 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 11 May 2011 13:17:57 +0000 (21:17 +0800)
commit4de00a2e87ba7c69965ab4edcfcafc9eb63f0a97
tree89f74bcd2b105eeaa6eedd4b8b36ddf379403a2b
parentcc99528d872e0f8a87a762a990beb9e3755cbb42
Fix closes Issue #11799: urllib.request Authentication Handlers will raise a
ValueError when presented with an unsupported Authentication Scheme.
Doc/library/urllib.request.rst
Lib/test/test_urllib2.py
Lib/urllib/request.py
Misc/NEWS