Staging
v0.5.1
https://github.com/python/cpython
Revision 4d72945a28bc9e535a74b42eb0b40702c2f69e16 authored by Terry Jan Reedy on 15 September 2017, 19:09:17 UTC, committed by GitHub on 15 September 2017, 19:09:17 UTC
'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)
1 parent 93d5f91
Raw File
Tip revision: 4d72945a28bc9e535a74b42eb0b40702c2f69e16 authored by Terry Jan Reedy on 15 September 2017, 19:09:17 UTC
[3.6] bpo-314777: IDLE - improve rstrip entry in doc (GH-3602) (#3605)
Tip revision: 4d72945
.bzrignore
.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top