Issue 33904: IDLE: In rstrip, rename class RstripExtension as Rstrip (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/78085

classification

Title: IDLE: In rstrip, rename class RstripExtension as Rstrip
Type: enhancement 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-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) * (Python committer) 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 -> closedresolution: fixedstage: patch review -> resolved
2018-06-20 15:56:48 miss-islington set messages: +
2018-06-20 15:56:33 miss-islington set nosy: + miss-islingtonmessages: +
2018-06-20 07:44:26 miss-islington set pull_requests: + <pull%5Frequest7423>
2018-06-20 07:43:39 miss-islington set pull_requests: + <pull%5Frequest7422>
2018-06-20 05:35:03 thatiparthy set keywords: + patchstage: needs patch -> patch reviewpull_requests: + <pull%5Frequest7418>
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