summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-03-21 00:39:26 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-03-21 00:39:26 (GMT)
commit9d9d99cbee34002afcbe6f2a0b4779c6714477b6 (patch)
tree83561cbc1b029a0c10a943debc5a9473aa30cc1c /Lib
parentd0c21de54d6195fca2629586cf872a7943b8fb46 (diff)
downloadcpython-9d9d99cbee34002afcbe6f2a0b4779c6714477b6.zip
cpython-9d9d99cbee34002afcbe6f2a0b4779c6714477b6.tar.gz
cpython-9d9d99cbee34002afcbe6f2a0b4779c6714477b6.tar.bz2
whitespace
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/help.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/idlelib/help.py b/Lib/idlelib/help.py
index 35337a1..ba098ca 100644
--- a/Lib/idlelib/help.py
+++ b/Lib/idlelib/help.py
@@ -232,7 +232,7 @@ class HelpWindow(Toplevel):
def copy_strip():
"""Copy idle.html to idlelib/help.html, stripping trailing whitespace.
-
+
Files with trailing whitespace cannot be pushed to the hg cpython
repository. For 3.x (on Windows), help.html is generated, after
editing idle.rst in the earliest maintenance version, with
@@ -242,13 +242,13 @@ def copy_strip():
check both the diff and displayed text. Push the diff along with
the idle.rst change and merge both into default (or an intermediate
maintenance version).
-
+
When the 'earlist' version gets its final maintenance release,
do an update as described above, without editing idle.rst, to
rebase help.html on the next version of idle.rst. Do not worry
about version changes as version is not displayed. Examine other
changes and the result of Help -> IDLE Help.
-
+
If maintenance and default versions of idle.rst diverge, and
merging does not go smoothly, then consider generating
separate help.html files from separate idle.htmls.