[stdlib-sig] tkinter package idea

Ron Adam rrr at ronadam.com
Wed Feb 20 14:14:51 CET 2008



M.-A. Lemburg wrote:
> On 2008-02-20 11:05, Brett Cannon wrote:
>> While I would rather have a tk package (heck, I would be fine with
>> ditching Tkinter entirely, but I really don't see that happening), but
>> the Tkinter name is so wide-spread I don't think that is reasonable.
> 
> Hey, it's Py3k...

+ 1


>> So here is my current thinking:
>>
>> Tkinter -> tkinter.__init__

Possibly

    Tkinter -> tk.tkinter

and have tk.__init__ import it with "from tk.tkinter import *"?



More information about the stdlib-sig mailing list