[Python-checkins] CVS: python/nondist/peps pep-0252.txt,1.6,1.7

Guido van Rossum gvanrossum@users.sourceforge.net
Mon, 21 May 2001 20:04:29 -0700


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

Modified Files:
	pep-0252.txt 
Log Message:
Add implementation information.


Index: pep-0252.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0252.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** pep-0252.txt	2001/04/28 16:10:39	1.6
--- pep-0252.txt	2001/05/22 03:04:27	1.7
***************
*** 394,398 ****
  Implementation
  
!     XXX
  
  References
--- 394,408 ----
  Implementation
  
!     A partial implementation of this PEP is available from CVS as a
!     branch named "descr-branch".  To experiment with this
!     implementation, proceed to check out Python from CVS according to
!     the instructions at http://sourceforge.net/cvs/?group_id=5470 but
!     add the arguments "-r descr-branch" to the cvs checkout command.
!     (You can also start with an existing checkout and do "cvs update
!     -r descr-branch".)  For some examples of the features described
!     here, see the file Lib/test/test_descr.py.
! 
!     Note: the code in this branch goes beyond this PEP; it is also
!     on the way to implementing PEP 253 (Subtyping Built-in Types).
  
  References