Issue33904
Created on 2018-06-19 22:20 by terry.reedy, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 7811 | merged | thatiparthy, 2018-06-20 05:35 | |
| PR 7814 | merged | miss-islington, 2018-06-20 07:43 | |
| PR 7815 | merged | miss-islington, 2018-06-20 07:44 | |
| Messages (3) | |||
|---|---|---|---|
| msg320001 - (view) | Author: Terry J. Reedy (terry.reedy) * | Date: 2018-06-19 22:20 | |
Rstrip is no longer an extension. Change all occurrences throughout idlelib, including tests. Some may not be covered in tests. Branch after #33855 is merged. |
|||
| msg320085 - (view) | Author: miss-islington (miss-islington) | Date: 2018-06-20 15:56 | |
New changeset b0f352680e73a374748994d383f591f2e4702669 by Miss Islington (bot) in branch '3.7': bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811) https://github.com/python/cpython/commit/b0f352680e73a374748994d383f591f2e4702669 |
|||
| msg320086 - (view) | Author: miss-islington (miss-islington) | Date: 2018-06-20 15:56 | |
New changeset b41dc5682c596258d1489a1409fad2d65b5dffd9 by Miss Islington (bot) in branch '3.6': bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811) https://github.com/python/cpython/commit/b41dc5682c596258d1489a1409fad2d65b5dffd9 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:01 | admin | set | github: 78085 |
| 2018-06-20 15:57:51 | terry.reedy | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2018-06-20 15:56:48 | miss-islington | set | messages: + msg320086 |
| 2018-06-20 15:56:33 | miss-islington | set | nosy:
+ miss-islington messages: + msg320085 |
| 2018-06-20 07:44:26 | miss-islington | set | pull_requests: + pull_request7423 |
| 2018-06-20 07:43:39 | miss-islington | set | pull_requests: + pull_request7422 |
| 2018-06-20 05:35:03 | thatiparthy | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request7418 |
| 2018-06-19 22:54:13 | terry.reedy | set | title: IDLE: In rstrip, change class RstripExtension to Rstrip -> IDLE: In rstrip, rename class RstripExtension as Rstrip |
| 2018-06-19 22:20:25 | terry.reedy | create | |