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 terry.reedy
Date 2016-08-30.02:16:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472523370.04.0.943620566309.issue27891@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-08-30 02:16:10terry.reedysetrecipients: + terry.reedy
2016-08-30 02:16:10terry.reedysetmessageid: <1472523370.04.0.943620566309.issue27891@psf.upfronthosting.co.za>
2016-08-30 02:16:10terry.reedylinkissue27891 messages
2016-08-30 02:16:09terry.reedycreate