[BangPypers] catching exceptions from SimpleHTTPServer

Rahul R rahul8590 at gmail.com
Tue Jul 20 18:55:52 CEST 2010


how to catch exceptions from the simpleHTTPServer .  ( srry if this sounds
ridiculous )
the below is a small code snippet for a basic webserver . every time
whenever there is a HTTP GET/POST request i can see the feedback  in the
terminal . how do i catch those feedbacks ?

code snippet:
http://codepad.org/eKWUhrnO


More information about the BangPypers mailing list