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

Michael Hudson mwh@users.sourceforge.net
Fri, 10 Aug 2001 15:47:53 -0700


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

Modified Files:
	pep-0264.txt 
Log Message:
Oops.



Index: pep-0264.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0264.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pep-0264.txt	2001/08/10 22:45:19	1.2
--- pep-0264.txt	2001/08/10 22:47:51	1.3
***************
*** 12,16 ****
  Abstract
  
!     As noted in PEP 263, there is no clear way for "simulated
      interactive shells" to simulate the behaviour of __future__
      statements in "real" interactive shells, i.e. have __future__
--- 12,16 ----
  Abstract
  
!     As noted in PEP 236, there is no clear way for "simulated
      interactive shells" to simulate the behaviour of __future__
      statements in "real" interactive shells, i.e. have __future__