Message 280554 - Python tracker
Message280554
| Author | terry.reedy |
|---|---|
| Recipients | markroseman, python-dev, terry.reedy |
| Date | 2016-11-11.00:09:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1478822943.82.0.695203001658.issue25507@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Import is only needed for the warning issued when someone using IDLE 2.x puts a non-ascii character into code being edited and tries to save without adding an encoding declaration. https://stackoverflow.com/questions/40523932/idle-2-7-11-12-nameerror-global-name-toplevel-is-not-defined |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-11-11 00:09:03 | terry.reedy | set | recipients: + terry.reedy, markroseman, python-dev |
| 2016-11-11 00:09:03 | terry.reedy | set | messageid: <1478822943.82.0.695203001658.issue25507@psf.upfronthosting.co.za> |
| 2016-11-11 00:09:03 | terry.reedy | link | issue25507 messages |
| 2016-11-11 00:09:03 | terry.reedy | create | |