[Idle-dev] IDLE Hung up after open script by command line

2006-09-19 Thread Marek Nowicki
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

Re: [Idle-dev] IDLE Hung up after open script by command line

2006-09-19 Thread Ronald Oussoren
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