This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gpolo
Recipients gpolo
Date 2008-05-16.15:44:36
SpamBayes Score 0.0061347904
Marked as misclassified No
Message-id <1210952686.62.0.695564927818.issue2839@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-05-16 15:44:47gpolosetspambayes_score: 0.00613479 -> 0.0061347904
recipients: + gpolo
2008-05-16 15:44:46gpolosetspambayes_score: 0.00613479 -> 0.00613479
messageid: <1210952686.62.0.695564927818.issue2839@psf.upfronthosting.co.za>
2008-05-16 15:44:45gpololinkissue2839 messages
2008-05-16 15:44:44gpolocreate