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 ned.deily
Recipients docs@python, ned.deily
Date 2018-01-09.16:21:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515514882.86.0.467229070634.issue32523@psf.upfronthosting.co.za>
In-reply-to
Content
The rendered changelog.html files produced "make html" have inconsistent spacing between items. Usually, the first changelog topic section (e.g. Security) starts with no blank lines between items but occasionally some subsequent sections will render with a blank link between items; this seems to be often true for the Library section, but not always. This is visible across the recent 3.x branches; here's an example with the stable 3.5 docs:

Library section has blank line separator:
https://docs.python.org/3.5/whatsnew/changelog.html#id5

Library section has no blank separators:
https://docs.python.org/3.5/whatsnew/changelog.html#id11
History
Date User Action Args
2018-01-09 16:21:22ned.deilysetrecipients: + ned.deily, docs@python
2018-01-09 16:21:22ned.deilysetmessageid: <1515514882.86.0.467229070634.issue32523@psf.upfronthosting.co.za>
2018-01-09 16:21:22ned.deilylinkissue32523 messages
2018-01-09 16:21:22ned.deilycreate