[Python-checkins] CVS: python/nondist/peps pep-0238.txt,1.13,1.14

Guido van Rossum gvanrossum@users.sourceforge.net
Wed, 01 Aug 2001 09:03:17 -0700


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

Modified Files:
	pep-0238.txt 
Log Message:
Add question about timing of 3.0.


Index: pep-0238.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0238.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** pep-0238.txt	2001/07/29 23:05:12	1.13
--- pep-0238.txt	2001/08/01 16:03:14	1.14
***************
*** 376,379 ****
--- 376,391 ----
  FAQ
  
+     Q. When will Python 3.0 be released?
+ 
+     A. We don't plan that long ahead, so we can't say for sure.  We
+        want to allow at least two years for the transition.  If Python
+        3.0 comes out sooner, we'll keep the 2.x line alive for
+        backwards compatibility until at least two years from the
+        release of Python 2.2.  In practice, you will be able to
+        continue to use the Python 2.x line for several years after
+        Python 3.0 is released, so you can take your time with the
+        transition.  Sites are expected to have both Python 2.x and
+        Python 3.x installed simultaneously.
+ 
      Q. Why isn't true division called float division?