SimpleHTTPServer question.
Adonis
deltapigz at telocity.com
Sat Dec 7 20:17:49 EST 2002
More information about the Python-list mailing list
Sat Dec 7 20:17:49 EST 2002
- Previous message (by thread): McMillan Installer - NameError: name 'Analysis' is not defined
- Next message (by thread): SimpleHTTPServer question.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
nevermind, figured it out. "Adonis" <deltapigz at telocity.com> wrote in message news:3df2990a$1_6 at nopics.sjc... > 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): McMillan Installer - NameError: name 'Analysis' is not defined
- Next message (by thread): SimpleHTTPServer question.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list