[Python-checkins] CVS: python/nondist/peps pep-0260.txt,1.2,1.3

Guido van Rossum gvanrossum@users.sourceforge.net
Wed, 01 Aug 2001 11:25:53 -0700


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

Modified Files:
	pep-0260.txt 
Log Message:
Add a Transition section.


Index: pep-0260.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0260.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pep-0260.txt	2001/07/05 14:50:56	1.2
--- pep-0260.txt	2001/08/01 18:25:51	1.3
***************
*** 66,69 ****
--- 66,77 ----
  
  
+ Transition
+ 
+     For backwards compatibility, the existing functionality will still
+     be present in Python 2.2, but will trigger a warning.  A year
+     after Python 2.2 final is released (probably in 2.4) the
+     functionality will be ripped out.
+ 
+ 
  Copyright