[Python-checkins] CVS: python/nondist/peps pep-0101.txt,1.5,1.6
Barry Warsaw
bwarsaw@users.sourceforge.net
Fri, 28 Sep 2001 10:16:39 -0700
Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv12465
Modified Files:
pep-0101.txt
Log Message:
A couple of minor corrections based on 2.2a4 experience. For the most
part, this looks darn good!
Index: pep-0101.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0101.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pep-0101.txt 2001/09/08 05:17:56 1.5
--- pep-0101.txt 2001/09/28 17:16:35 1.6
***************
*** 68,72 ****
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
- Send an email to python-dev@python.org indicating the fork and
--- 68,72 ----
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 r22a3-branch python/dist/src
- Send an email to python-dev@python.org indicating the fork and
***************
*** 433,437 ****
#define PY_VERSION "2.2a2+"
! Commit this change.
* Now test your clean, merged trunk by doing
--- 433,438 ----
#define PY_VERSION "2.2a2+"
! Make sure that the other PY_ version macros contain the
! correct values. Commit this change.
* Now test your clean, merged trunk by doing