summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2017-09-15 19:09:17 (GMT)
committerGitHub <noreply@github.com>2017-09-15 19:09:17 (GMT)
commit4d72945a28bc9e535a74b42eb0b40702c2f69e16 (patch)
tree62d18ea1a2022cb1ea2a8a9bb2f9f7032a7db108 /Misc
parent93d5f91fff5740b463980797a04f3d5f1d5f1a51 (diff)
downloadcpython-4d72945a28bc9e535a74b42eb0b40702c2f69e16.zip
cpython-4d72945a28bc9e535a74b42eb0b40702c2f69e16.tar.gz
cpython-4d72945a28bc9e535a74b42eb0b40702c2f69e16.tar.bz2
[3.6] bpo-314777: IDLE - improve rstrip entry in doc (GH-3602) (#3605)
'Strip trailing whitespace' is not limited to spaces. Wording caters to beginners who do know know the meaning of 'whitespace'. Multiline string literals are not skipped. (cherry picked from commit ff70289)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/IDLE/2017-09-15-12-38-47.bpo-31477.n__6sa.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2017-09-15-12-38-47.bpo-31477.n__6sa.rst b/Misc/NEWS.d/next/IDLE/2017-09-15-12-38-47.bpo-31477.n__6sa.rst
new file mode 100644
index 0000000..4b47ed3
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2017-09-15-12-38-47.bpo-31477.n__6sa.rst
@@ -0,0 +1,2 @@
+IDLE - Improve rstrip entry in doc. Strip trailing whitespace strips more
+than blank spaces. Multiline string literals are not skipped.