[Python-checkins] CVS: python/nondist/peps pep-0101.txt,1.16,1.17

Barry Warsaw bwarsaw@users.sourceforge.net
Thu, 13 Dec 2001 19:45:49 -0800


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv23046

Modified Files:
	pep-0101.txt 
Log Message:
Use "c" for release candidate.


Index: pep-0101.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0101.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** pep-0101.txt	2001/12/10 03:15:13	1.16
--- pep-0101.txt	2001/12/14 03:45:47	1.17
***************
*** 39,43 ****
      We use the following conventions in the examples below.  Where a
      release number is given, it is of the form X.YaZ, e.g. 2.1a3 for
!     Python 2.1 alpha 3, where "a" == alpha, "b" == beta, "rc" ==
      release candidate, and "f" == final.  If a micro release number is
      used, then we'll say X.Y.MaZ.
--- 39,43 ----
      We use the following conventions in the examples below.  Where a
      release number is given, it is of the form X.YaZ, e.g. 2.1a3 for
!     Python 2.1 alpha 3, where "a" == alpha, "b" == beta, "c" ==
      release candidate, and "f" == final.  If a micro release number is
      used, then we'll say X.Y.MaZ.