commit | 5751a22ede6a1c40f3926439e6c8368889f9b8d2 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Nov 16 02:52:57 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Nov 16 02:52:57 2001 +0000 |
tree | dc84cdb3e0f8ada74f992a78bb98294c30ca350d | |
parent | c66ff203bb02a56f813399403445730a14d8c045 [diff] |
Fix parsing of parameters from a URL; urlparse() did not check that it only split parameters from the last path segment. Introduces two new functions, urlsplit() and urlunsplit(), that do the simpler job of splitting the URL without monkeying around with the parameters field, since that was not being handled properly. This closes bug #478038.