]> granicus.if.org Git - python/commit
Fixed bug in the common-case code for HTTP URLs; it would lose the query,
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 6 Jan 1999 22:13:09 +0000 (22:13 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 6 Jan 1999 22:13:09 +0000 (22:13 +0000)
commit5c355201e238c34916aceba597f1d3086ce29a7e
treef0a7127707a8990a3d00a3cc07b43a2b3cf6adf1
parent2386d7333f9fa9fa35bde5faf3400146d5bb471b
Fixed bug in the common-case code for HTTP URLs; it would lose the query,
    fragment, and/or parameter information.
3 cases added to the test suite to check for this bug.
Lib/urlparse.py