PEP 101: as a new step in setting up a new branch, create a new whatsnew document.

This commit is contained in:
Georg Brandl 2014-03-23 18:14:54 +01:00
parent 0fddb79b61
commit 61185b6534
1 changed files with 8 additions and 4 deletions

View File

@ -245,11 +245,15 @@ How to Make A Release
___ Move any historical "what's new" entries from Misc/NEWS to
Misc/HISTORY.
___ Doc/tutorial/interpreter.rst (2 references to '[Pp]ython32', one
to 'Python 3.2', also make the date in the banner consistent).
___ Edit Doc/tutorial/interpreter.rst (2 references to '[Pp]ython3x',
one to 'Python 3.x', also make the date in the banner consistent).
___ Doc/tutorial/stdlib.rst and Doc/tutorial/stdlib2.rst, which have
each one reference to '[Pp]ython32'.
___ Edit Doc/tutorial/stdlib.rst and Doc/tutorial/stdlib2.rst, which
have each one reference to '[Pp]ython3x'.
___ Add a new whatsnew/3.x.rst file (with the comment near the top
and the toplevel sections copied from the previous file) and
and add it to the toctree in whatsnew/index.rst.
___ Update the version number in configure.ac and re-run autoconf.