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 <rep...@bugs.python.org>
<https://bugs.python.org/issue27891>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to