A couple of minor corrections based on 2.2a4 experience. For the most

part, this looks darn good!
This commit is contained in:
Barry Warsaw 2001-09-28 17:16:35 +00:00
parent 6a52659a62
commit 6ba0c5ab1f
1 changed files with 3 additions and 2 deletions

View File

@ -67,7 +67,7 @@ How to Make A Release
* Check out a clean version of the branch into a new directory.
You'll be doing a lot of work in this directory and you want
to keep it straight from your trunk working directory. E.g.
% cvs -d <cvsroot> -q co -d python-22a3 -r 22a3-branch python/dist/src
% cvs -d <cvsroot> -q co -d python-22a3 -r r22a3-branch python/dist/src
- Send an email to python-dev@python.org indicating the fork and
branch tags you've just created.
@ -432,7 +432,8 @@ How to Make A Release
#define PY_VERSION "2.2a2+"
Commit this change.
Make sure that the other PY_ version macros contain the
correct values. Commit this change.
* Now test your clean, merged trunk by doing
% make distclean