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 serhiy.storchaka
Recipients eric.smith, ethan.furman, serhiy.storchaka, terry.reedy
Date 2017-02-05.15:45:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486309537.03.0.853810781799.issue29446@psf.upfronthosting.co.za>
In-reply-to
Content
This also excludes "constants" implicitly added by importing names from tkinter.constants. I don't know whether this is good or bad.

Interesting, but

    from tkinter import *
    import tkinter.ttk

and

    import tkinter.ttk
    from tkinter import *

have different effects.
History
Date User Action Args
2017-02-05 15:45:37serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, eric.smith, ethan.furman
2017-02-05 15:45:37serhiy.storchakasetmessageid: <1486309537.03.0.853810781799.issue29446@psf.upfronthosting.co.za>
2017-02-05 15:45:37serhiy.storchakalinkissue29446 messages
2017-02-05 15:45:36serhiy.storchakacreate