added module docstring indicating changes

This commit is contained in:
aum
2004-07-30 12:40:41 +00:00
committed by zzz
parent a75a999e3b
commit 08d93b9a78

View File

@ -1,6 +1,11 @@
#! /usr/bin/env python #! /usr/bin/env python
"""Simple HTTP Server. """Simple HTTP Server.
Hacked by aum from standard python module of the same name,
modified for compatibility with sunshine's 'i2p.sam.socket'.
--
This module builds on SAMBaseHTTPServer by implementing the standard GET This module builds on SAMBaseHTTPServer by implementing the standard GET
and HEAD requests in a fairly straightforward manner. and HEAD requests in a fairly straightforward manner.