Add a step we haven't encountered before: updating README for new

versions of Python.
This commit is contained in:
Barry Warsaw 2002-01-10 15:41:21 +00:00
parent c5e25c8a77
commit 437c482e5e
1 changed files with 7 additions and 0 deletions

View File

@ -105,6 +105,13 @@ How to Make A Release
to change the PY_VERSION macro, and one or several of the
version subpart macros just above PY_VERSION, as appropriate.
___ If you're changing the version number for Python (e.g. from
Python 2.1.1 to Python 2.1.2), you also need to update the
README file, which has a big banner at the top proclaiming its
identity. Don't do this if you're just releasing a new alpha or
beta release, but /do/ do this if you're release a new micro
release.
___ For the next few hours, selectively merge stuff from trunk into
branch. For each change you see on the trunk (i.e. via the
python-checkins mailing list), you need to decide whether the