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 martin.panter
Recipients allensll, brett.cannon, eric.snow, martin.panter, ncoghlan, serhiy.storchaka
Date 2016-01-30.11:03:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454151810.08.0.437328475467.issue26216@psf.upfronthosting.co.za>
In-reply-to
Content
According to Issue 18018, the SystemError is changed to ImportError in 3.6, and in Python 2 (or before 3.3) it raised ValueError.

To me, the more important question is: is running runtktests.py as a file meant to be supported, or should it be run as python -m tkinter.test.runtktests?
History
Date User Action Args
2016-01-30 11:03:30martin.pantersetrecipients: + martin.panter, brett.cannon, ncoghlan, eric.snow, serhiy.storchaka, allensll
2016-01-30 11:03:30martin.pantersetmessageid: <1454151810.08.0.437328475467.issue26216@psf.upfronthosting.co.za>
2016-01-30 11:03:30martin.panterlinkissue26216 messages
2016-01-30 11:03:29martin.pantercreate