]> granicus.if.org Git - python/commit
One fix by sjoerd and one suggested by him. Bumped __version__ to 1.5.
authorGuido van Rossum <guido@python.org>
Tue, 10 Sep 1996 17:02:56 +0000 (17:02 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 10 Sep 1996 17:02:56 +0000 (17:02 +0000)
commite6ad8913e20766e3769b346450dc952f0140462c
treeab6300573f60865cdc2bc0332a95a68abf88df0a
parentcc88341e6d25a7ca9fc7765d93c436f02d84f83b
One fix by sjoerd and one suggested by him.  Bumped __version__ to 1.5.
Fix 1: add a method geturl() to the file-like object returned by urlopen().
Fix 2: treat http error 301 the same as error 302.
Lib/urllib.py