]> granicus.if.org Git - python/commit
For this server to work on Windows, directories should use "/" as the
authorGuido van Rossum <guido@python.org>
Mon, 4 Sep 2000 15:55:31 +0000 (15:55 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 4 Sep 2000 15:55:31 +0000 (15:55 +0000)
commit1d105d15d38578f9a2877826cc142e6c21bfdc55
tree5163b71aac7bfe039d9bc0779b01488898f7ffe7
parent410a84441d73ae9567d52aa39a0ed8866a616644
For this server to work on Windows, directories should use "/" as the
separator in the href, not os.sep.

Added a <title> tag to directory listings.

Bumped version to 0.5.
Lib/SimpleHTTPServer.py