Oneliners?

Fredrik Lundh fredrik at pythonware.com
Thu Jul 15 20:18:16 EDT 1999


Timothy R Evans <tre17 at pc142.cosc.canterbury.ac.nz> wrote:
> Shouldn't be too hard, if you count:
> 
> import SimpleHTTPServer
> 
> as only one line!

better make that:

import SimpleHTTPServer; SimpleHTTPServer.test()

(don't ask why, but that server produced something
that caused my browser to completely lose it...)

</F>





More information about the Python-list mailing list