Oneliners?
Fredrik Lundh
fredrik at pythonware.com
Thu Jul 15 20:18:16 EDT 1999
More information about the Python-list mailing list
Thu Jul 15 20:18:16 EDT 1999
- Previous message (by thread): Oneliners?
- Next message (by thread): sample code for embedding python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): Oneliners?
- Next message (by thread): sample code for embedding python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list