[Python-ideas] Lib/lib-tk goes away, package tkinter joins in

Quentin Gallet-Gilles qgallet at gmail.com
Tue Mar 25 15:19:37 CET 2008


Hi Guilherme,

Tkinter is scheduled to become a package in py3k, this is documented in the
PEP 3108 : http://www.python.org/dev/peps/pep-3108/#tk-package
If you wish to help on related issues, feel free to join the stdlib-sig
where the reorganization is being discussed :-)

Quentin

On Tue, Mar 25, 2008 at 3:05 PM, Guilherme Polo <ggpolo at gmail.com> wrote:

> Hello,
>
> (this is an idea for Python 3)
>
> Is there any reason for keeping the directory lib-tk at Lib ? I
> believe renaming it to tkinter and making it a package would make more
> sense. Tkinter module's code could then reside into __init__.py maybe.
> Other change that could be done in this package would be renaming some
> modules:
>
> Dialog -> dialog
> FileDialog -> filedialog
> FixTk -> fixtk
> ...
>
> Also, I believe tkSimpleDialog and dialog could be in a single module.
> There are other modules like tkColorChooser and tkCommonDialog and
> even tkSimpleDialog (and some others) that I'm not totally sure what
> to do about them, but for me they should reside in possible a single
> module.
>
> That is. Thanks,
>
> --
> -- Guilherme H. Polo Goncalves
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> http://mail.python.org/mailman/listinfo/python-ideas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20080325/47b7b0d9/attachment.html>


More information about the Python-ideas mailing list