summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-05-29 01:22:18 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-05-29 01:22:18 (GMT)
commiteb816954fb5795e10669edb4db29cf12f6b32ab0 (patch)
treea8b3b6a0bea08524140bd01d9951e9e8438d1c2c /Doc/whatsnew
parent323ee0cc21e360b105e34c07b80ec670703ee213 (diff)
downloadcpython-eb816954fb5795e10669edb4db29cf12f6b32ab0.zip
cpython-eb816954fb5795e10669edb4db29cf12f6b32ab0.tar.gz
cpython-eb816954fb5795e10669edb4db29cf12f6b32ab0.tar.bz2
Issue 5150: Add rstrip() menu option to IDLE.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.1.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst
index ace8c3f..c34a91c 100644
--- a/Doc/whatsnew/3.1.rst
+++ b/Doc/whatsnew/3.1.rst
@@ -470,6 +470,14 @@ Major performance enhancements have been added:
(Contributed by Jake McGuire and Antoine Pitrou; :issue:`5084`.)
+IDLE
+====
+
+* IDLE's format menu now provides an option to strip trailing whitespace
+ from a source file.
+
+ (Contributed by Roger D. Serwy; :issue:`5150`.)
+
Build and C API Changes
=======================