Commit 5f582bde authored by Terry Jan Reedy's avatar Terry Jan Reedy

Whitespace

parent 7811a9cf
...@@ -229,7 +229,7 @@ class HelpWindow(Toplevel): ...@@ -229,7 +229,7 @@ class HelpWindow(Toplevel):
def copy_strip(): def copy_strip():
"""Copy idle.html to idlelib/help.html, stripping trailing whitespace. """Copy idle.html to idlelib/help.html, stripping trailing whitespace.
Files with trailing whitespace cannot be pushed to the hg cpython Files with trailing whitespace cannot be pushed to the hg cpython
repository. For 3.x (on Windows), help.html is generated, after repository. For 3.x (on Windows), help.html is generated, after
editing idle.rst in the earliest maintenance version, with editing idle.rst in the earliest maintenance version, with
...@@ -239,13 +239,13 @@ def copy_strip(): ...@@ -239,13 +239,13 @@ def copy_strip():
check both the diff and displayed text. Push the diff along with check both the diff and displayed text. Push the diff along with
the idle.rst change and merge both into default (or an intermediate the idle.rst change and merge both into default (or an intermediate
maintenance version). maintenance version).
When the 'earlist' version gets its final maintenance release, When the 'earlist' version gets its final maintenance release,
do an update as described above, without editing idle.rst, to do an update as described above, without editing idle.rst, to
rebase help.html on the next version of idle.rst. Do not worry rebase help.html on the next version of idle.rst. Do not worry
about version changes as version is not displayed. Examine other about version changes as version is not displayed. Examine other
changes and the result of Help -> IDLE Help. changes and the result of Help -> IDLE Help.
If maintenance and default versions of idle.rst diverge, and If maintenance and default versions of idle.rst diverge, and
merging does not go smoothly, then consider generating merging does not go smoothly, then consider generating
separate help.html files from separate idle.htmls. separate help.html files from separate idle.htmls.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment