[Python-checkins] python/nondist/peps pep-0102.txt,1.5,1.6

fdrake@sourceforge.net fdrake@sourceforge.net
Thu, 11 Apr 2002 07:30:17 -0700


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

Modified Files:
	pep-0102.txt 
Log Message:
Update the instructions on release notes now that we do not use the SF
file release machinery for that.


Index: pep-0102.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0102.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pep-0102.txt	11 Apr 2002 14:11:27 -0000	1.5
--- pep-0102.txt	11 Apr 2002 14:30:15 -0000	1.6
***************
*** 215,224 ****
      ___ Edit the file for content: usually you can globally replace
          X.Ya(Z-1) with X.YaZ.  However, you'll need to think about the
!         "What's New?" section.  You also need to watch out about two
!         specific links in the file, one which references "the full
!         scoop" on changes -- a shownotes link, and one which
!         references the downloads on SF -- a showfiles link.  You won't
!         be able to update either link until you've completed the steps
!         below.  For now just note what needs to change.
  
      ___ Also, update the MD5 checksums.
--- 215,223 ----
      ___ Edit the file for content: usually you can globally replace
          X.Ya(Z-1) with X.YaZ.  However, you'll need to think about the
!         "What's New?" section.
! 
!     ___ Copy the Misc/NEWS file to NEWS.txt in the X.Y directory for
!         python.org; this contains the "full scoop" of changes to
!         Python since the previous release for this version of Python.
  
      ___ Also, update the MD5 checksums.