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 brett.cannon, gpolo, wordtech
Date 2009-01-03.23:23:36
SpamBayes Score 0.00046064207
Marked as misclassified No
Message-id <ac2200130901031523s5eecac7cu2e2b23798beb0631@mail.gmail.com>
In-reply-to <1231023978.08.0.43835302873.issue2983@psf.upfronthosting.co.za>
Content
> As for the testing question, I am not sure I understand what you are
> asking. Are you asking if the tests can stay integrated with tkinter's
> existing tests?
>

There are no tests for tkinter, except for some few ones for _tkinter
basic functionality living on Lib/test/test_tcl.py
If it is ok I can start a test/ directory inside lib-tk and tkinter
(py3k), I would then prefix ttk file tests with a "ttk".

> Ans as for versions, put it into whatever versions you want to support.
> I was just saying you can do 3.1 only if you don't want to the hassle of
> supporting both versions. If you are up for it then please do both!

Perfect, both then :)
History
Date User Action Args
2009-01-03 23:23:37gpolosetrecipients: + gpolo, brett.cannon, wordtech
2009-01-03 23:23:37gpololinkissue2983 messages
2009-01-03 23:23:36gpolocreate