From: Guido van Rossum Date: Tue, 5 Sep 2000 04:49:50 +0000 (+0000) Subject: The usual. X-Git-Tag: v2.0b1~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2ab1451cf4f5fb4b3ce6cb2e1598fab4a2f9eed;p=thirdparty%2FPython%2Fcpython.git The usual. --- diff --git a/Lib/dos-8x3/simpleht.py b/Lib/dos-8x3/simpleht.py index 8a7775856c96..4cfedbc9fe9b 100755 --- a/Lib/dos-8x3/simpleht.py +++ b/Lib/dos-8x3/simpleht.py @@ -6,7 +6,7 @@ and HEAD requests in a fairly straightforward manner. """ -__version__ = "0.4" +__version__ = "0.5" import os @@ -99,6 +99,7 @@ class SimpleHTTPRequestHandler(BaseHTTPServer.BaseHTTPRequestHandler): return None list.sort(lambda a, b: cmp(a.lower(), b.lower())) f = StringIO() + f.write("Directory listing for %s\n" % self.path) f.write("

Directory listing for %s

\n" % self.path) f.write("
\n