[issue33950] IDLE htest: don't try to test deleted tabbedpages.py

2018-06-23 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +7490 stage: commit review -> patch review ___ Python tracker ___ ___

[issue33950] IDLE htest: don't try to test deleted tabbedpages.py

2018-06-23 Thread Terry J. Reedy
New submission from Terry J. Reedy : About last September, idlelib.tabbedpages was replaced in configdialog by ttk.notebook and deleted. Delete the testing spec, which causes htest to fail when attempting to run all htests. -- messages: 320332 nosy: terry.reedy priority: normal sever