]> granicus.if.org Git - python/commit
Support optional filename argument for retrieve() and urlretrieve(),
authorGuido van Rossum <guido@python.org>
Tue, 11 Jun 1996 00:16:27 +0000 (00:16 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Jun 1996 00:16:27 +0000 (00:16 +0000)
commita7e4b284223a7cb4d95fe892a3f7224aa3e6e06d
tree1010e0a913227f3872cce0e984ad671e2f7755c6
parent34e177780745cce54d2b3f8e69c1fbb2246aaf34
Support optional filename argument for retrieve() and urlretrieve(),
to specify where it should go (if specified, even local files will be
copied into the given file).
Lib/urllib.py