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 ned.deily
Recipients ajaksu2, amaury.forgeotdarc, gpolo, ned.deily, roger.serwy, skcheng, timium
Date 2011-12-14.08:16:50
SpamBayes Score 0.010058859
Marked as misclassified No
Message-id <1323850611.52.0.544957734918.issue4625@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-12-14 08:16:51ned.deilysetrecipients: + ned.deily, amaury.forgeotdarc, ajaksu2, gpolo, roger.serwy, skcheng, timium
2011-12-14 08:16:51ned.deilysetmessageid: <1323850611.52.0.544957734918.issue4625@psf.upfronthosting.co.za>
2011-12-14 08:16:50ned.deilylinkissue4625 messages
2011-12-14 08:16:50ned.deilycreate