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 Patrick.Walters, amaury.forgeotdarc, belopolsky, python-dev, roger.serwy, terry.reedy, william.barr
Date 2013-02-05.00:17:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360023422.52.0.0483614912038.issue10365@psf.upfronthosting.co.za>
In-reply-to
Content
It seems like a logic error to try to remove something that is not there. But it is not obvious from the traceback that your problem has anything to do with *opening* a file. Unbinding should only happen when *closing* a file. So I suspect this is a different issue.

Please
1. copy and paste the 'sign-in' line that looks like this:
"Python 3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:57:17) [MSC v.1600 64 bit (AMD64)] on win32"
2. add the OS version (like 'Win 7')
3. say *exactly* what you do and what happens when. In particular, do you get the traceback when you close a file? Or only when you actually press the [Open] button.

Try different python files to make sure it is not a problem with the specific file. Does your IDLE otherwise seem to run normally?
History
Date User Action Args
2013-02-05 00:17:02terry.reedysetrecipients: + terry.reedy, amaury.forgeotdarc, belopolsky, roger.serwy, william.barr, python-dev, Patrick.Walters
2013-02-05 00:17:02terry.reedysetmessageid: <1360023422.52.0.0483614912038.issue10365@psf.upfronthosting.co.za>
2013-02-05 00:17:02terry.reedylinkissue10365 messages
2013-02-05 00:17:02terry.reedycreate