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

Barry Warsaw bwarsaw@users.sourceforge.net
Thu, 18 Oct 2001 21:36:42 -0700


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

Modified Files:
	pep-0101.txt 
Log Message:
Get rid of the note about verifications -- they've already been done.


Index: pep-0101.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0101.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pep-0101.txt	2001/09/28 17:16:35	1.6
--- pep-0101.txt	2001/10/19 04:36:40	1.7
***************
*** 19,26 ****
      the steps needed to make a Python release.
  
-     (Note: These steps were recorded during the Python 2.2a2 release
-     done by Barry and Guido.  It will be checked for accuracy with the
-     subsequent release, to be done by Barry.)
- 
  
  How to Make A Release
--- 19,22 ----