[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.141,1.142 pep-0229.txt,1.5,1.6

Barry Warsaw bwarsaw@users.sourceforge.net
Thu, 25 Oct 2001 15:03:20 -0700


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

Modified Files:
	pep-0000.txt pep-0229.txt 
Log Message:
Mark PEP 229 as Final.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.141
retrieving revision 1.142
diff -C2 -d -r1.141 -r1.142
*** pep-0000.txt	2001/10/25 20:28:19	1.141
--- pep-0000.txt	2001/10/25 22:03:18	1.142
***************
*** 104,108 ****
   I   226  Python 2.1 Release Schedule                  Hylton
   S   227  Statically Nested Scopes                     Hylton
!  S   229  Using Distutils to Build Python              Kuchling
   SF  230  Warning Framework                            van Rossum
   SF  232  Function Attributes                          Warsaw
--- 104,108 ----
   I   226  Python 2.1 Release Schedule                  Hylton
   S   227  Statically Nested Scopes                     Hylton
!  SF  229  Using Distutils to Build Python              Kuchling
   SF  230  Warning Framework                            van Rossum
   SF  232  Function Attributes                          Warsaw
***************
*** 183,187 ****
   S   227  Statically Nested Scopes                     Hylton
   S   228  Reworking Python's Numeric Model             Zadka, van Rossum
!  S   229  Using Distutils to Build Python              Kuchling
   S   230  Warning Framework                            van Rossum
   SR  231  __findattr__()                               Warsaw
--- 183,187 ----
   S   227  Statically Nested Scopes                     Hylton
   S   228  Reworking Python's Numeric Model             Zadka, van Rossum
!  SF  229  Using Distutils to Build Python              Kuchling
   S   230  Warning Framework                            van Rossum
   SR  231  __findattr__()                               Warsaw

Index: pep-0229.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0229.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pep-0229.txt	2001/10/25 21:40:24	1.5
--- pep-0229.txt	2001/10/25 22:03:18	1.6
***************
*** 3,7 ****
  Version: $Revision$
  Author: akuchlin@mems-exchange.org (A.M. Kuchling)
! Status: Draft
  Type: Standards
  Created: 16-Nov-2000
--- 3,7 ----
  Version: $Revision$
  Author: akuchlin@mems-exchange.org (A.M. Kuchling)
! Status: Final
  Type: Standards
  Created: 16-Nov-2000