This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients gladman, jcasale, methane, paul.moore, roelschroeven, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2018-06-30.21:55:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530395713.63.0.56676864532.issue34006@psf.upfronthosting.co.za>
In-reply-to
Content
The change is also in 3.6.6, released the same day as 3.7.0.  It was done intentionally, without, as far as I know, consulting Python doc users.  Users were previously free to select the max line width they wanted.

On https://github.com/python/python-docs-theme/issues/4, on April 26, Julien Palard noted that the change was made in sphinx-doc and was automatically incorporated into python-docs when the sphinx-doc version was updated.  So a new python-docs-theme issue would have to be opened to avoid or modify the change.  Issue 4 ended there, though I have added a note.

I see about what roelschroeven does, 80 char lines, but the 50 char line are pretty bad.

Anyway, this tracker is for patching the cpython repository.  This should only be left open if there is a possibility of patching the code that generates the chm file to, for instance, remove max-lines.

Side-notes: 'Python x.y Manuals' open full-screen.  I think part-screen would be better.  'Python 3.7 Module Docs' is duplicated under Python 3.7.

I believe a chm replacement could be written with HTMLParser and tkinter.  IDLE parses a subset of the html used in our docs to display a local (html-encoded) copy of https://docs.python.org/3/library/idle.html in a tk Text (without the sidebar).  The result is nearly identical to what I see in Firefox.  (At present, astral chars would have to be replaces by their escapes.)
History
Date User Action Args
2018-06-30 21:55:13terry.reedysetrecipients: + terry.reedy, paul.moore, tim.golden, methane, zach.ware, steve.dower, gladman, jcasale, roelschroeven
2018-06-30 21:55:13terry.reedysetmessageid: <1530395713.63.0.56676864532.issue34006@psf.upfronthosting.co.za>
2018-06-30 21:55:13terry.reedylinkissue34006 messages
2018-06-30 21:55:13terry.reedycreate