]> granicus.if.org Git - python/commit
urlunparse(): Do not add a leading slash to the path if it is empty.
authorFred Drake <fdrake@acm.org>
Fri, 5 Jan 2001 05:54:41 +0000 (05:54 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 5 Jan 2001 05:54:41 +0000 (05:54 +0000)
commit867952f6e437270cc906af34dba28a9b580ec265
treedf39c37a86b3e6e4677b96bf12517b64bffda5e7
parentb8584e0894863ca5d069889a30e7b4c4564ed416
urlunparse():  Do not add a leading slash to the path if it is empty.

urljoin():  Make this conform to RFC 1808 for all examples given in that
            RFC (both "Normal" and "Abnormal"), so long as that RFC does
            not conflict the older RFC 1630, which also specified
            relative URL resolution.

This closes SF bug #110832 (Jitterbug PR#194).
Lib/urlparse.py