[issue2839] Moving lib-tk to tkinter package

Guilherme Polo report at bugs.python.org
Sat May 17 17:03:49 CEST 2008


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

This new patch handles the merging of tkSimpleDialog into
tkinter.simpledialog and tkFileDialog into
tkinter.filedialog.

After doing it, the old files may be removed from lib-tk:
svn del Lib/lib-tk/tkSimpleDialog.py
svn del Lib/lib-tk/tkFileDialog.py

I will do the stub modules for these modules after the commit then, thanks.

Added file: http://bugs.python.org/file10354/tkinter_modmerge.diff

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


More information about the Python-bugs-list mailing list