Hello,
I wrote that code in python and saved as prx.py:
--- CUT ---
from BaseHTTPServer import HTTPServer, BaseHTTPRequestHandler
from time import strftime, gmtime
import urllib2
import thread
from sys import stdout
class RequestHandler(BaseHTTPRequestHandler):
def serve(self):
pr
Hi,
Thanks for the detailed bug report, although to nit-pick it would
have been better to file the report at http://www.sf.net/projects/
python ;-)
I cannot reproduce your problem with Python 2.5 (final) and OSX 10.4.
IDLE keeps responsive throughout, although it does take a while
before