]> granicus.if.org Git - python/commit
issue13287 - Define __all__ for urllib.request and urllib.error and expose only
authorSenthil Kumaran <senthil@uthcode.com>
Tue, 1 Nov 2011 15:20:31 +0000 (23:20 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 1 Nov 2011 15:20:31 +0000 (23:20 +0800)
commit6c5bd40a3e68b63c2406de0c165ee213bd9f91f1
treec5fca21e651006d344961f8f8e149c7f8ac693cf
parent712b14fc2a41ff7a1b7a00cab0f237ef3d07939a
issue13287 - Define __all__ for urllib.request and urllib.error and expose only
the relevant module. Other cleanup improvements. Patch by flox.
Lib/test/test_urllib2.py
Lib/urllib/error.py
Lib/urllib/request.py
Misc/NEWS