Message287052
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. |
|
Date |
User |
Action |
Args |
2017-02-05 15:45:37 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, terry.reedy, eric.smith, ethan.furman |
2017-02-05 15:45:37 | serhiy.storchaka | set | messageid: <1486309537.03.0.853810781799.issue29446@psf.upfronthosting.co.za> |
2017-02-05 15:45:37 | serhiy.storchaka | link | issue29446 messages |
2017-02-05 15:45:36 | serhiy.storchaka | create | |
|