]> granicus.if.org Git - python/commit
Assert that the proxies object passed in to the URLopener constructor
authorGuido van Rossum <guido@python.org>
Tue, 18 Nov 1997 15:50:39 +0000 (15:50 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 18 Nov 1997 15:50:39 +0000 (15:50 +0000)
commit83600050d0aacd17e10f426881394237aca79f8e
treedd9b57c6c2bde3fac4901e706306eca8b2ff2d5b
parent421c2240445f4f3b9a6233064bc16f42633101f7
Assert that the proxies object passed in to the URLopener constructor
is indeed a dictionary (or a mapping).
Lib/urllib.py