]> granicus.if.org Git - python/commit
Rebase the 3.x version of idlelib/help.html on the 3.5 version of
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 1 Mar 2016 05:29:57 +0000 (00:29 -0500)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 1 Mar 2016 05:29:57 +0000 (00:29 -0500)
commitf8cd02dcda6fd7351dff26298cc074d8abfd1a34
tree14fccc7bd9bf2204a5b866e1bead90b859368ce2
parent7869a227795da08841f8139b69b7d4521b12e184
Rebase the 3.x version of idlelib/help.html on the 3.5 version of
Doc/build/html/library/idle.html, which is built from Doc/library/idle.rst.
Help.html is an rstrip()ed copy of idle.html that can be pushed.

The displayed content is unchanged because a) the version number is not
displayed, being inherent in the version displaying the file and b) the tt
tag was ignored by the custom parser in idlelib/help.py.  The wrapped
<span class="pre"> tags remain as they were.

This will be merged in 3.6 (without conflict) because the 3.6 help.html is
a copy of the 3.5 file (which was a copy of the 3.4 file).  The two files will
remain the same until either a) there is a content change that only applies
to one of them or b) 3.5 maintenance ends and the 3.6 file is itself rebased.
Lib/idlelib/help.html