[Python-checkins] python/nondist/peps pep-0101.txt, 1.47, 1.48 pep-0102.txt, 1.18, 1.19

kbk at users.sourceforge.net kbk at users.sourceforge.net
Thu Dec 4 19:45:16 EST 2003


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv27312

Modified Files:
	pep-0101.txt pep-0102.txt 
Log Message:
Add IDLE tasks.
Modified Files:
 	pep-0101.txt pep-0102.txt 


Index: pep-0101.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0101.txt,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** pep-0101.txt	6 Oct 2003 15:24:25 -0000	1.47
--- pep-0101.txt	5 Dec 2003 00:45:13 -0000	1.48
***************
*** 96,99 ****
--- 96,102 ----
        new" entries from Misc/NEWS to Misc/HISTORY.
  
+   ___ Check with the IDLE maintainer to be sure that
+       Lib/idlelib/NEWS.txt has been similarly updated.
+ 
    ___ Tag and/or branch the tree for release X.YaZ
  
***************
*** 139,142 ****
--- 142,151 ----
        to change the PY_VERSION macro, and one or several of the
        version subpart macros just above PY_VERSION, as appropriate.
+ 
+   ___ IDLE maintains its own versioning and NEWS file (Lib/idlelib/NEWS.txt).
+       There should be a number of entries reflecting new development, under a
+       temporary header.  Update that header to reflect IDLE's new version and
+       release date.  Then update Lib/idlelib/idlever.py to show a matching
+       version.
  
    ___ Change the "%define version" line of Misc/RPM/python-2.3.spec to

Index: pep-0102.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0102.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** pep-0102.txt	16 Oct 2003 19:13:48 -0000	1.18
--- pep-0102.txt	5 Dec 2003 00:45:14 -0000	1.19
***************
*** 138,141 ****
--- 138,145 ----
        to forget to update the release date in this file!
  
+   ___ Check in any changes to IDLE's NEWS.txt.  Update the header in
+       Lib/idlelib/NEWS.txt to reflect its release version and date.
+       Update the IDLE version in Lib/idlelib/idlever.py to match.
+ 
    ___ Once the release process has started, the documentation needs to
        be built and posted on python.org according to the instructions





More information about the Python-checkins mailing list