]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Roll back the introduction of urlsplit() and urlunsplit() to
authorGuido van Rossum <guido@python.org>
Thu, 9 Jan 2003 05:43:08 +0000 (05:43 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 9 Jan 2003 05:43:08 +0000 (05:43 +0000)
commitcceafe2d0cd4bc35c80e7961981939b1d4daf8b9
tree47780c48ca8eb1ba65c8680cbf7bf461b28f9d28
parent1caa07200779be05321149e89e449b3d979f7bb5
Roll back the introduction of urlsplit() and urlunsplit() to
urlparse.py.  These were new features in 2.2, and shouldn't be added
to 2.1 this late in the game.  There was one use of urlsplit() in
httplib.py (the urlparse.py change was done as part of a backport of a
bugfix to httplib.py); this use is replaced with a call to urlparse()
without changing the effect (only the returned netloc is used).
Lib/httplib.py
Lib/urlparse.py