Skip to content

bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory #3617

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Doc/whatsnew/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ anyone wishing to stay up-to-date after a new release.
2.1.rst
2.0.rst

The "Changelog" is a HTML version of the file :source:`Misc/NEWS.d` which
contains *all* nontrivial changes to Python for the current version.
The "Changelog" is an HTML version of the `file built
<https://pypi.org/project/blurb>`_ from the contents of the
:source:`Misc/NEWS.d` directory tree, which contains *all* nontrivial changes
to Python for the current version.

.. toctree::
:maxdepth: 2
Expand Down