]> granicus.if.org Git - python/commit
Hack so that if a 302 or 301 redirect contains a relative URL, the
authorGuido van Rossum <guido@python.org>
Mon, 29 Mar 1999 20:23:41 +0000 (20:23 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 29 Mar 1999 20:23:41 +0000 (20:23 +0000)
commit3527f594573c56756ee8ed8cc248a101fd8e2e7a
tree7f4426fd3d4c46205b8ace69ec582216d021469e
parentc91fcaa43b5348ffad993b7e7da251f41abb46d2
Hack so that if a 302 or 301 redirect contains a relative URL, the
right thing "just happens" (basejoin() with old URL).
Lib/urllib.py