Commit Graph

6 Commits

Author SHA1 Message Date
Guido van Rossum
dacbafb18a Backporting urlparse.py:1.34, test_urlparse.py:1.8:
Fix for 1.33: urlsplit() should only add '//' if scheme != ''.
[SF bug 620705]
2002-10-14 20:08:50 +00:00
Tim Peters
e40add41cc Whitespace normalization. 2002-10-07 01:18:17 +00:00
Neal Norwitz
bd1ac013fe Backport:
Fix SF # 591713, Fix "file:" URL to have right no. of /'s, by Bruce Atherton

Add a test too.  urljoin() would make file:/tmp/foo instead of file:///tmp/foo
2002-09-25 19:22:10 +00:00
Michael W. Hudson
1c136f35dd amk's fix attached to
[ 516299 ] urlparse can get fragments wrong
2002-03-18 13:03:40 +00:00
Fred Drake
a4d18a008f Add test cases based on RFC 1808. So now we actually have a test suite
the urljoin() function, which exercises the urlparse() and urlunparse()
functions as side effects.

(Moshe, why did we have perfectly empty tests checked in for this?)
2001-01-05 05:57:04 +00:00
Moshe Zadka
73ed8e566e Checking in empty tests for urlparse, as future place holders 2000-08-03 17:28:50 +00:00