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: 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:01adminsetgithub: 78085
2018-06-20 15:57:51terry.reedysetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2018-06-20 15:56:48miss-islingtonsetmessages: + msg320086
2018-06-20 15:56:33miss-islingtonsetnosy: + miss-islington
messages: + msg320085
2018-06-20 07:44:26miss-islingtonsetpull_requests: + pull_request7423
2018-06-20 07:43:39miss-islingtonsetpull_requests: + pull_request7422
2018-06-20 05:35:03thatiparthysetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request7418
2018-06-19 22:54:13terry.reedysettitle: IDLE: In rstrip, change class RstripExtension to Rstrip -> IDLE: In rstrip, rename class RstripExtension as Rstrip
2018-06-19 22:20:25terry.reedycreate