Message308921
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. |
|
| Date |
User |
Action |
Args |
| 2017-12-22 04:58:47 | terry.reedy | set | recipients:
+ terry.reedy, r.david.murray, Rany |
| 2017-12-22 04:58:47 | terry.reedy | set | messageid: <1513918727.19.0.213398074469.issue32405@psf.upfronthosting.co.za> |
| 2017-12-22 04:58:47 | terry.reedy | link | issue32405 messages |
| 2017-12-22 04:58:46 | terry.reedy | create | |
|