]> granicus.if.org Git - python/commit
Fix a few urllib bugs (NameErrors).
authorGeorg Brandl <georg@python.org>
Tue, 1 Jul 2008 19:56:00 +0000 (19:56 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 1 Jul 2008 19:56:00 +0000 (19:56 +0000)
commit13e89463e3cfe2a349307ee09217c17fa7274bad
treea4c5721842f9bbfd9a8a5681a44a56a5409f1aba
parent1abcbf8e193019b16f5a7e71c176667fb679baab
Fix a few urllib bugs (NameErrors).
Also directly import names from the various urllib submodules,
saves attribute lookup and is much cleaner.
Lib/urllib/parse.py
Lib/urllib/request.py