[Python-checkins] python/nondist/peps pep-0322.txt,1.16,1.17

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Nov 6 07:22:40 EST 2003


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

Modified Files:
	pep-0322.txt 
Log Message:
Record conditional acceptance of the PEP

Index: pep-0322.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0322.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** pep-0322.txt	6 Nov 2003 05:32:14 -0000	1.16
--- pep-0322.txt	6 Nov 2003 12:22:37 -0000	1.17
***************
*** 4,8 ****
  Last-Modified: $Date$
  Author: Raymond Hettinger <python at rcn.com>
! Status: Draft
  Type: Standards Track
  Content-Type: text/x-rst
--- 4,8 ----
  Last-Modified: $Date$
  Author: Raymond Hettinger <python at rcn.com>
! Status: Accepted
  Type: Standards Track
  Content-Type: text/x-rst
***************
*** 79,82 ****
--- 79,89 ----
  
  A C implementation and unit tests are at:  http://www.python.org/sf/834422
+ 
+ BDFL Pronouncement
+ ==================
+ 
+ This PEP has been conditionally accepted for Py2.4.  The condition means
+ that if the function is found to be useless, it can be removed before
+ Py2.4b1.
  
  





More information about the Python-checkins mailing list