This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients python-dev, terry.reedy
Date 2014-06-10.06:54:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402383296.23.0.617313029414.issue21695@psf.upfronthosting.co.za>
In-reply-to
Content
I added try: except: and tested on installed 3.4.1, which previously failed. There is no way that I know of to start repository Idle without a console to print a traceback to. I added a missing import, removed an incorrect comment, added others, and changed 'print x' in 2.7 to 'print(x)' to reduce differences between versions for future patches.
History
Date User Action Args
2014-06-10 06:54:56terry.reedysetrecipients: + terry.reedy, python-dev
2014-06-10 06:54:56terry.reedysetmessageid: <1402383296.23.0.617313029414.issue21695@psf.upfronthosting.co.za>
2014-06-10 06:54:56terry.reedylinkissue21695 messages
2014-06-10 06:54:55terry.reedycreate