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.

classification
Title: IDLE htest: remove spec for deleted tabbedpages.py
Type: behavior Stage: resolved
Components: IDLE Versions: Python 3.8, Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: miss-islington, terry.reedy
Priority: normal Keywords: patch

Created on 2018-06-23 21:10 by terry.reedy, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 7881 merged terry.reedy, 2018-06-23 21:17
PR 7882 merged miss-islington, 2018-06-23 21:34
PR 7883 merged miss-islington, 2018-06-23 21:35
Messages (5)
msg320332 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-06-23 21:10
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.
msg320333 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-06-23 21:19
This should have been done when the replacement was made.  No news needed.
msg320334 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-06-23 21:33
New changeset 5ae70f66ff1949eec35ff207c97cfe572c4e74c8 by Terry Jan Reedy in branch 'master':
bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881)
https://github.com/python/cpython/commit/5ae70f66ff1949eec35ff207c97cfe572c4e74c8
msg320336 - (view) Author: miss-islington (miss-islington) Date: 2018-06-23 21:52
New changeset 6b7ed31cf9d89a5ffcb3ab438dfd4760b781c488 by Miss Islington (bot) in branch '3.7':
bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881)
https://github.com/python/cpython/commit/6b7ed31cf9d89a5ffcb3ab438dfd4760b781c488
msg320337 - (view) Author: miss-islington (miss-islington) Date: 2018-06-23 21:58
New changeset 7729d6d27d5d31b9764dec4a96a458015be3ecb8 by Miss Islington (bot) in branch '3.6':
bpo-33950: Remove IDLE htest spec for a deleted file. (GH-7881)
https://github.com/python/cpython/commit/7729d6d27d5d31b9764dec4a96a458015be3ecb8
History
Date User Action Args
2022-04-11 14:59:02adminsetgithub: 78131
2019-03-21 04:53:01terry.reedysetassignee: terry.reedy
components: + IDLE
2018-06-23 22:22:55terry.reedysetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-06-23 21:58:43miss-islingtonsetmessages: + msg320337
2018-06-23 21:52:48miss-islingtonsetnosy: + miss-islington
messages: + msg320336
2018-06-23 21:35:38miss-islingtonsetpull_requests: + pull_request7492
2018-06-23 21:34:44miss-islingtonsetstage: commit review -> patch review
pull_requests: + pull_request7491
2018-06-23 21:33:29terry.reedysetmessages: + msg320334
2018-06-23 21:19:19terry.reedysettitle: IDLE htest: don't try to test deleted tabbedpages.py -> IDLE htest: remove spec for deleted tabbedpages.py
messages: + msg320333
stage: patch review -> commit review
2018-06-23 21:17:48terry.reedysetkeywords: + patch
stage: commit review -> patch review
pull_requests: + pull_request7490
2018-06-23 21:10:41terry.reedycreate