Skip to content

Commit 0ec8c4b

Browse files
authored
bpo-31458: Clarify that Changelog is built from Misc/NEWS.d directory (GH-3617)
1 parent 5777ecc commit 0ec8c4b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Doc/whatsnew/index.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ anyone wishing to stay up-to-date after a new release.
2828
2.1.rst
2929
2.0.rst
3030

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

3436
.. toctree::
3537
:maxdepth: 2

0 commit comments

Comments
 (0)