summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_urlparse
Commit message (Collapse)AuthorAgeFilesLines
* Backport:Neal Norwitz2002-09-251-0/+1
| | | | | | 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
* amk's fix attached toMichael W. Hudson2002-03-181-0/+5
| | | | [ 516299 ] urlparse can get fragments wrong
* Add test cases based on RFC 1808. So now we actually have a test suiteFred Drake2001-01-051-0/+40
| | | | | | | 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?)
* Checking in empty tests for urlparse, as future place holdersMoshe Zadka2000-08-031-0/+1