[docs] [issue8937] SimpleHTTPServer should contain usage example

anatoly techtonik report at bugs.python.org
Thu Jun 17 15:36:58 CEST 2010


anatoly techtonik <techtonik at gmail.com> added the comment:

The example is really helpful. I was surprised to learn that SimpleHTTPServer can be called from command line with port argument. I thought it is only for testing. Another missed aspect is that it is possible to use SimpleHTTPRequestHandler with TCPServer, so HTTPServer is not required. But now I wonder about compatibility of handlers vs servers.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8937>
_______________________________________


More information about the docs mailing list