[Python-checkins] python/nondist/peps pep-0101.txt,1.49,1.50

fdrake@users.sourceforge.net fdrake at users.sourceforge.net
Wed Sep 28 06:21:39 CEST 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19961

Modified Files:
	pep-0101.txt 
Log Message:
- update a couple of file paths that have changed
- add item to update release date for documentation (final releases
  only)


Index: pep-0101.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0101.txt,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- pep-0101.txt	27 May 2004 05:55:55 -0000	1.49
+++ pep-0101.txt	28 Sep 2005 04:21:36 -0000	1.50
@@ -98,6 +98,9 @@
   ___ Check with the IDLE maintainer to be sure that
       Lib/idlelib/NEWS.txt has been similarly updated.
 
+  ___ For final (non-alpha/beta/candidate) releases, make sure the
+      release date is fully spelled out in Doc/commontex/boilerplate.tex.
+
   ___ Tag and/or branch the tree for release X.YaZ
 
       If you're releasing an alpha/beta/release candidate, you will
@@ -182,7 +185,7 @@
       number changes, also update the LICENSE file.
 
     ___ There's a copy of the license in
-        Doc/texinputs/license.tex; Fred usually takes care of that.
+        Doc/commontex/license.tex; Fred usually takes care of that.
 
   ___ Check the years on the copyright notice.  If the last release
       was some time last year, add the current year to the copyright
@@ -194,7 +197,7 @@
 
     ___ Python/getcopyright.c
 
-    ___ Doc/texinputs/copyright.tex
+    ___ Doc/commontex/copyright.tex
 
     ___ PC/python_nt.rc sets up the DLL version resource for Windows
         (displayed when you right-click on the DLL and select



More information about the Python-checkins mailing list