Issue32905
Created on 2018-02-22 05:06 by terry.reedy, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 5807 | merged | terry.reedy, 2018-02-22 05:12 | |
| PR 5808 | merged | miss-islington, 2018-02-22 06:20 | |
| PR 5809 | merged | miss-islington, 2018-02-22 06:21 | |
| Messages (4) | |||
|---|---|---|---|
| msg312534 - (view) | Author: Terry J. Reedy (terry.reedy) * | Date: 2018-02-22 05:27 | |
Spinoff from #32880. msg312394: dump duplicates print, except that sys.__stdout__ may be None. msg312395: lastopenbracketpos is now always initialized in _study2, as was stmt_bracketing. get_last_open_bracket_pos is never called. Test are adjusted for removals. |
|||
| msg312536 - (view) | Author: Terry J. Reedy (terry.reedy) * | Date: 2018-02-22 06:19 | |
New changeset 451d1edaf4d27c4e632d81246d308e8dd6ea945f by Terry Jan Reedy in branch 'master': bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) https://github.com/python/cpython/commit/451d1edaf4d27c4e632d81246d308e8dd6ea945f |
|||
| msg312538 - (view) | Author: miss-islington (miss-islington) | Date: 2018-02-22 06:41 | |
New changeset dfa1144582e19e5fee2c07e6b7e281da1bef7782 by Miss Islington (bot) in branch '3.7': bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) https://github.com/python/cpython/commit/dfa1144582e19e5fee2c07e6b7e281da1bef7782 |
|||
| msg312540 - (view) | Author: miss-islington (miss-islington) | Date: 2018-02-22 07:04 | |
New changeset d8e7b98b17cd2cc15b307f54a768c9ca31072b5f by Miss Islington (bot) in branch '3.6': bpo-32905: IDLE - remove unused code in pyparse module (GH-5807) https://github.com/python/cpython/commit/d8e7b98b17cd2cc15b307f54a768c9ca31072b5f |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:58 | admin | set | github: 77086 |
| 2018-02-22 08:11:12 | terry.reedy | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018-02-22 07:04:07 | miss-islington | set | messages: + msg312540 |
| 2018-02-22 06:41:43 | miss-islington | set | nosy:
+ miss-islington messages: + msg312538 |
| 2018-02-22 06:21:11 | miss-islington | set | pull_requests: + pull_request5586 |
| 2018-02-22 06:20:15 | miss-islington | set | stage: test needed -> patch review pull_requests: + pull_request5585 |
| 2018-02-22 06:19:04 | terry.reedy | set | messages: + msg312536 |
| 2018-02-22 05:54:22 | terry.reedy | set | title: IDLE pyparse: fix initialization and remove unused code -> IDLE: remove unused code in pyparse module |
| 2018-02-22 05:27:45 | terry.reedy | set | messages:
+ msg312534 stage: patch review -> test needed |
| 2018-02-22 05:12:53 | terry.reedy | set | keywords:
+ patch stage: test needed -> patch review pull_requests: + pull_request5584 |
| 2018-02-22 05:06:47 | terry.reedy | link | issue32880 dependencies |
| 2018-02-22 05:06:20 | terry.reedy | create | |