SimpleHTTPServer question.
Adonis
deltapigz at telocity.com
Sat Dec 7 19:58:02 EST 2002
More information about the Python-list mailing list
Sat Dec 7 19:58:02 EST 2002
- Previous message (by thread): SimpleHTTPServer question.
- Next message (by thread): python irc lib...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
when subclassing SimpleHTTPServer.SimpleHTTPRequestHandler, is it possible
when overriding the do_GET function to allow the function to run as if it
was never overridden?
i.e.
class RequestHandler(SimpleHTTPServer.SimpleHTTPRequestHandler):
def do_GET(self):
if self.path == '/something':
..do something..
else:
run normally SimpleHTTPServer.SimpleHTTPRequestHandler
any help is appreciated.
Adonis
- Previous message (by thread): SimpleHTTPServer question.
- Next message (by thread): python irc lib...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list