Message273895
This issue includes adding the idlelib import coding standard to idlelib.README.
The delayed-import issue is #27893.
A second followup will be to stop importing tkinter modules 'as' their Py 2 names. Change "from tkinter import font as TkFont" to "from tkinter import font" and globally replace 'TkFont' with 'tkfont'. Do the same for messagebox and any other submodules as needed. |
|
| Date |
User |
Action |
Args |
| 2016-08-30 02:16:10 | terry.reedy | set | recipients:
+ terry.reedy |
| 2016-08-30 02:16:10 | terry.reedy | set | messageid: <1472523370.04.0.943620566309.issue27891@psf.upfronthosting.co.za> |
| 2016-08-30 02:16:10 | terry.reedy | link | issue27891 messages |
| 2016-08-30 02:16:09 | terry.reedy | create | |
|