How does CPython build it's NEWS or changelog?

Stefan Behnel stefan_ml at behnel.de
Thu Sep 21 06:15:59 EDT 2017


Hartmut Goebel schrieb am 21.09.2017 um 10:59:
> I just discovered that CPython now uses Misc/NEWS.d/next to collect
> changes an there are a lot of Misc/NEWS/*.rst files for the respective
> released version. I'm investigating whether to adopt this for PyInstaller.
> 
> What is the tooling for this? Is there some documentation, maybe a
> mailingslist-diskussion or a but-report?

https://docs.python.org/devguide/committing.html#what-s-new-and-news-entries

https://github.com/larryhastings/blurb

Stefan




More information about the Python-list mailing list