commit | 2b3fd76cc7599630df68444a7a96e97fddd5c0fb | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Sep 03 22:36:15 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Sep 03 22:36:15 1997 +0000 |
tree | e3ebfba96b1434b4f502b9f74b07cf7a42719101 | |
parent | f01dff7e93993c01f9883de5b456ccac32f550a9 [diff] |
One patch from Sjoerd and one from Jack. Sjoerd: add separate administration of temporary files created y URLopener.retrieve() so cleanup can properly remove them. The old code removed everything in tempcache which was a bad idea if the user had passed a non-temp file into it. (I added a line to delete the tempcache in cleanup() -- it still seems to make sense.) Jack: in basejoin(), interpret relative paths starting in "../". This is necessary if the server uses symbolic links.