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-12.20:43:58
SpamBayes Score 0.018125504
Marked as misclassified No
Message-id <1210625048.93.0.483717701216.issue2839@psf.upfronthosting.co.za>
In-reply-to
Content
I've talked with Brett and we agreed on a plan slightly different from
the one described in PEP 3108, which seems to be better for tkinter.

The first step would be creating a tkinter package and then moving each
file in lib-tk to this new directory, correcting imports and the case
and renaming Tkinter.py to __init__.py so the directory is marked as a
package.

After this step I can proceed with more patches, including stub modules,
tests in test_py3kwarn and continue with the rest of the plan.

I'm attaching two files I've used to do this first step. One is a .py
file, which will do the proper renamings and then there is a patch which
should be applied to fix imports inside the tkinter package.
History
Date User Action Args
2008-05-12 20:44:09gpolosetspambayes_score: 0.0181255 -> 0.018125504
recipients: + gpolo
2008-05-12 20:44:09gpolosetspambayes_score: 0.0181255 -> 0.0181255
messageid: <1210625048.93.0.483717701216.issue2839@psf.upfronthosting.co.za>
2008-05-12 20:44:05gpololinkissue2839 messages
2008-05-12 20:44:04gpolocreate