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 andrewsmedina, benjamin.peterson, brett.cannon, gpolo, hdiogenes, jhylton, jnoller, juracy@gmail.com, mbcvieira
Date 2008-05-11.20:15:46
SpamBayes Score 0.00012685836
Marked as misclassified No
Message-id <1210537007.45.0.698327786758.issue2775@psf.upfronthosting.co.za>
In-reply-to
Content
Patch regarding the move to tkinter package added.

What this patch does
--------------------

* Moved lib-tk to tkinter and renamed modules according to PEP 3108
* Merged tkFileDialog into filedialog     
* Merged tkSimpleDialog into simpledialog 
* Updated imports in pydoc
* Updated imports in idlelib
* Updated imports in Tools and Demos
* Changed lib-tk to tkinter at Makefile.pre.in
* Removed TKPATH from Modules/Setup.dist
* Removed references of lib-tk at PC/

What has to be done
-------------------

* Update iss script at PC/ to change lib-tk to tkinter
* Update docs
* stub modules ?
History
Date User Action Args
2008-05-11 20:16:49gpolosetspambayes_score: 0.000126858 -> 0.00012685836
recipients: + gpolo, jhylton, brett.cannon, hdiogenes, benjamin.peterson, jnoller, andrewsmedina, juracy@gmail.com, mbcvieira
2008-05-11 20:16:47gpolosetspambayes_score: 0.000126858 -> 0.000126858
messageid: <1210537007.45.0.698327786758.issue2775@psf.upfronthosting.co.za>
2008-05-11 20:16:46gpololinkissue2775 messages
2008-05-11 20:16:45gpolocreate