Python Language Notes

Libraries

Exceptions

  • Try to see if this sample code can help with exception handling
    self.handler = BaseHandler(environ=self.environ)
    response_headers, output = self.handler.error(sys.exc_info())
 
software/languages/python.txt · Last modified: 14:41 14/07/2007 (external edit)