[issue2839] Moving lib-tk to tkinter package

Guilherme Polo report at bugs.python.org
Fri May 16 17:44:46 CEST 2008


Guilherme Polo <ggpolo at gmail.com> added the comment:

New patch, this one does the following:

* Fix tkinter imports in idlelib, pydoc and Canvas (deprecated)
* Creates stub modules for all old Tkinter modules, except tkFileDialog
and tkSimpleDialog
* Updates test_py3kwarn for all these renames

What is missing now:

* Merging tkSimpleDialog into tkinter.simpledialog and tkFileDialog into
tkinter.filedialog, I believe this should be done using svn merge and
then correct the result a bit.
* Update docs

Added file: http://bugs.python.org/file10346/tkinter_step2.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2839>
__________________________________


More information about the Python-bugs-list mailing list