summaryrefslogtreecommitdiffstats
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-11-16 02:52:57 (GMT)
committerFred Drake <fdrake@acm.org>2001-11-16 02:52:57 (GMT)
commit5751a22ede6a1c40f3926439e6c8368889f9b8d2 (patch)
treedc84cdb3e0f8ada74f992a78bb98294c30ca350d /Python/sysmodule.c
parentc66ff203bb02a56f813399403445730a14d8c045 (diff)
downloadcpython-5751a22ede6a1c40f3926439e6c8368889f9b8d2.zip
cpython-5751a22ede6a1c40f3926439e6c8368889f9b8d2.tar.gz
cpython-5751a22ede6a1c40f3926439e6c8368889f9b8d2.tar.bz2
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.
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions