]> granicus.if.org Git - python/commit
bpo-314777: IDLE - improve rstrip entry in doc (#3602)
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 15 Sep 2017 17:05:28 +0000 (13:05 -0400)
committerGitHub <noreply@github.com>
Fri, 15 Sep 2017 17:05:28 +0000 (13:05 -0400)
commitff702890027f404dbf5faab6730d1169b3251f66
tree85e31ffff95ad56c03c1cedb3aa4c4d7ed2f7b23
parent992f613fe6611f4a3e614a219d0ccb76bc4906d6
 bpo-314777: IDLE - improve rstrip entry in doc (#3602)

'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.

* News blurb.
Doc/library/idle.rst
Lib/idlelib/help.html
Misc/NEWS.d/next/IDLE/2017-09-15-12-38-47.bpo-31477.n__6sa.rst [new file with mode: 0644]