
June 17, 2010
8:36 a.m.
anatoly techtonik <techtonik@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@bugs.python.org> <http://bugs.python.org/issue8937> _______________________________________