[issue27891] Consistently group and sort imports within idlelib modules.

Terry J. Reedy report at bugs.python.org
Mon Aug 29 22:16:10 EDT 2016


Terry J. Reedy added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue27891>
_______________________________________


More information about the Python-bugs-list mailing list