commit | e6ad8913e20766e3769b346450dc952f0140462c | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Sep 10 17:02:56 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Sep 10 17:02:56 1996 +0000 |
tree | ab6300573f60865cdc2bc0332a95a68abf88df0a | |
parent | cc88341e6d25a7ca9fc7765d93c436f02d84f83b [diff] |
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.