[issue21695] Idle 3.4.1-: closing Find in Files while in progress closes Idle

Terry J. Reedy report at bugs.python.org
Tue Jun 10 08:54:56 CEST 2014


Terry J. Reedy added the comment:

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.

----------
resolution:  -> fixed
stage: needs patch -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21695>
_______________________________________


More information about the Python-bugs-list mailing list