summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_SimpleHTTPServer.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-5/+5
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........
* Issue 1224. Now we support again the double slash in the URL.Facundo Batista2008-02-181-0/+41
Thanks Anthony Lenton.