Hi Guilherme,<br><br>Tkinter is scheduled to become a package in py3k, this is documented in the PEP 3108 : <a href="http://www.python.org/dev/peps/pep-3108/#tk-package">http://www.python.org/dev/peps/pep-3108/#tk-package</a><br>
If you wish to help on related issues, feel free to join the stdlib-sig where the reorganization is being discussed :-)<br><br>Quentin<br><br><div class="gmail_quote">On Tue, Mar 25, 2008 at 3:05 PM, Guilherme Polo <<a href="mailto:ggpolo@gmail.com">ggpolo@gmail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br>
<br>
(this is an idea for Python 3)<br>
<br>
Is there any reason for keeping the directory lib-tk at Lib ? I<br>
believe renaming it to tkinter and making it a package would make more<br>
sense. Tkinter module's code could then reside into __init__.py maybe.<br>
Other change that could be done in this package would be renaming some<br>
modules:<br>
<br>
Dialog -> dialog<br>
FileDialog -> filedialog<br>
FixTk -> fixtk<br>
...<br>
<br>
Also, I believe tkSimpleDialog and dialog could be in a single module.<br>
There are other modules like tkColorChooser and tkCommonDialog and<br>
even tkSimpleDialog (and some others) that I'm not totally sure what<br>
to do about them, but for me they should reside in possible a single<br>
module.<br>
<br>
That is. Thanks,<br>
<font color="#888888"><br>
--<br>
-- Guilherme H. Polo Goncalves<br>
_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org">Python-ideas@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-ideas" target="_blank">http://mail.python.org/mailman/listinfo/python-ideas</a><br>
</font></blockquote></div><br>