[Python-checkins] CVS: python/dist/src/Lib urlparse.py

Andrew M. Kuchling akuchlin@cnri.reston.va.us
Wed, 6 Jan 1999 17:13:16 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Lib
In directory amarok:/home/akuchlin/src/Python-1.5/Lib

Modified Files:
	urlparse.py 
Log Message:
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.