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: Add idle config parser unittest
Type: enhancement Stage: resolved
Components: IDLE Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: terry.reedy Nosy List: cheryl.sabella, louielu, terry.reedy
Priority: normal Keywords:

Created on 2017-07-11 06:12 by louielu, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 2662 merged louielu, 2017-07-11 06:13
PR 2685 merged terry.reedy, 2017-07-12 18:16
Messages (4)
msg298126 - (view) Author: Louie Lu (louielu) * Date: 2017-07-11 06:12
Add IdleConfParser and IdleUserConfParser unittest.
msg298129 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2017-07-11 06:30
I plan to review tomorrow afternoon.
msg298240 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2017-07-12 18:05
New changeset 50c9435c9b73b39fcf79cc3e58edc58bb943d0ed by terryjreedy (Louie Lu) in branch 'master':
bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclasses. (#2662)
https://github.com/python/cpython/commit/50c9435c9b73b39fcf79cc3e58edc58bb943d0ed
msg298242 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2017-07-12 18:42
New changeset a9bf62cadf6ccd55b84a8d4f353529b02a537830 by terryjreedy in branch '3.6':
[3.6] bpo-30899: Add unittests, 100% coverage, for IDLE's two ConfigParser subclasses. (GH-2662) (#2685)
https://github.com/python/cpython/commit/a9bf62cadf6ccd55b84a8d4f353529b02a537830
History
Date User Action Args
2022-04-11 14:58:48adminsetgithub: 75082
2017-07-12 18:42:42terry.reedysetmessages: + msg298242
2017-07-12 18:17:41terry.reedysetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2017-07-12 18:16:31terry.reedysetpull_requests: + pull_request2750
2017-07-12 18:05:34terry.reedysetmessages: + msg298240
2017-07-11 06:30:38terry.reedysetstage: patch review
type: enhancement
versions: + Python 3.6
2017-07-11 06:30:16terry.reedysetnosy: + cheryl.sabella
messages: + msg298129
2017-07-11 06:13:39louielusetpull_requests: + pull_request2727
2017-07-11 06:12:54louielucreate