]> granicus.if.org Git - python/commit
Replace code in urllib for basejoin (undocumented) with urlparse.urljoin .
authorBrett Cannon <bcannon@gmail.com>
Tue, 23 Mar 2004 21:26:39 +0000 (21:26 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 23 Mar 2004 21:26:39 +0000 (21:26 +0000)
commit69200fa85b8825c52f05d54f1d6d3b58ea7fec6c
tree5bbadb4da9a3cbd7f7024a1e34cd8ef228c6180a
parente05c3e0fbbec3edb242da330601c5725d28e3a4e
Replace code in urllib for basejoin (undocumented) with urlparse.urljoin .
Test suites for urllib and urlparse run with each other's function to verify
correctness of replacement and both test suites pass.

Bumped urllib's __version__ attribute up a minor number.
Lib/urllib.py