commit | 69200fa85b8825c52f05d54f1d6d3b58ea7fec6c | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue Mar 23 21:26:39 2004 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue Mar 23 21:26:39 2004 +0000 |
tree | 5bbadb4da9a3cbd7f7024a1e34cd8ef228c6180a | |
parent | e05c3e0fbbec3edb242da330601c5725d28e3a4e [diff] |
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.