[Python-checkins] CVS: python/nondist/peps pep-0237.txt,1.11,1.12

Guido van Rossum gvanrossum@users.sourceforge.net
Wed, 22 Aug 2001 21:34:43 -0700


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

Modified Files:
	pep-0237.txt 
Log Message:
Update posted-date and added implementation information.


Index: pep-0237.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0237.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** pep-0237.txt	2001/08/23 03:50:54	1.11
--- pep-0237.txt	2001/08/23 04:34:41	1.12
***************
*** 7,11 ****
  Created: 11-Mar-2001
  Python-Version: 2.2
! Post-History: 16-Mar-2001, 14-Aug-2001
  
  
--- 7,11 ----
  Created: 11-Mar-2001
  Python-Version: 2.2
! Post-History: 16-Mar-2001, 14-Aug-2001, 23-Aug-2001
  
  
***************
*** 310,313 ****
--- 310,320 ----
  
      - Should the overflow warning be on a portable maximum size?  No.
+ 
+ 
+ Implementation
+ 
+     A complete implementation of phase A is present in the current CVS
+     tree and will be release with Python 2.2a3.  (It didn't make it
+     into 2.2a2.)  Still missing are documentation and a test suite.