[issue4625] IDLE won't open anymore, .idlerc unaccessible

Ned Deily report at bugs.python.org
Wed Dec 14 09:16:51 CET 2011


Ned Deily <nad at acm.org> added the comment:

A couple of comments on the patch:
1. Displaying a popup is fine but it gets annoying when it does it repeatedly.  Since this is really a non-fatal error as the user can continue, it would be better to only display the popup once.
2. Another file in .idlerc, breakpoints.lst, has the same problem.

Here are updated patches that address these issues.

----------
nosy: +ned.deily
stage: test needed -> patch review
Added file: http://bugs.python.org/file23953/issue4625_rev1.patch

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


More information about the Python-bugs-list mailing list