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 serhiy.storchaka, terry.reedy
Date 2016-05-15.19:11:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463339494.79.0.806118559363.issue27024@psf.upfronthosting.co.za>
In-reply-to
Content
This is a partial fix.  Run python, import idlelib.idle, open idlelib.run, close editor, close shell, get clean >>> prompt in python. No 'bgerror ...'.  This is probably enough to justify patch.  (Directly opening and closing IDLE continues to work fine, as before.)

Close shell first, then editor, get >>> + similar 'invalid ... invalid ...' message as reported above.
History
Date User Action Args
2016-05-15 19:11:34terry.reedysetrecipients: + terry.reedy, serhiy.storchaka
2016-05-15 19:11:34terry.reedysetmessageid: <1463339494.79.0.806118559363.issue27024@psf.upfronthosting.co.za>
2016-05-15 19:11:34terry.reedylinkissue27024 messages
2016-05-15 19:11:34terry.reedycreate