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 Rany, r.david.murray, terry.reedy
Date 2017-12-22.04:58:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513918727.19.0.213398074469.issue32405@psf.upfronthosting.co.za>
In-reply-to
Content
I am 99.99% sure that this is not an IDLE issue.  IDLE submits your code to Python to be exec-ed.  The exception comes from Python.  You should get the same exception (though with a different fake file name) if you ran the same code directly with Python, without IDLE running.
History
Date User Action Args
2017-12-22 04:58:47terry.reedysetrecipients: + terry.reedy, r.david.murray, Rany
2017-12-22 04:58:47terry.reedysetmessageid: <1513918727.19.0.213398074469.issue32405@psf.upfronthosting.co.za>
2017-12-22 04:58:47terry.reedylinkissue32405 messages
2017-12-22 04:58:46terry.reedycreate