diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-06-20 15:56:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-20 15:56:45 (GMT) |
commit | b41dc5682c596258d1489a1409fad2d65b5dffd9 (patch) | |
tree | e93ea1f983a4bfaa8acf3cee2e8504c603fc6ca3 /Misc/NEWS.d | |
parent | 2b7574213987ddcbc5e83c6798668c7d600b6608 (diff) | |
download | cpython-b41dc5682c596258d1489a1409fad2d65b5dffd9.zip cpython-b41dc5682c596258d1489a1409fad2d65b5dffd9.tar.gz cpython-b41dc5682c596258d1489a1409fad2d65b5dffd9.tar.bz2 |
bpo-33904: In IDLE's rstrip, rename class RstripExtension as Rstrip (GH-7811)
(cherry picked from commit 9bb92235f6272b28d59fcbd04f101fdc6b1bbc50)
Co-authored-by: Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి) <srinivasreddy@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2018-06-20-12-40-54.bpo-33904.qm0eCu.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-06-20-12-40-54.bpo-33904.qm0eCu.rst b/Misc/NEWS.d/next/IDLE/2018-06-20-12-40-54.bpo-33904.qm0eCu.rst new file mode 100644 index 0000000..efed237 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2018-06-20-12-40-54.bpo-33904.qm0eCu.rst @@ -0,0 +1 @@ +IDLE: In rstrip, rename class RstripExtension as Rstrip |