[Python-checkins] CVS: python/dist/src/Misc NEWS,1.208,1.209

Tim Peters tim_one@users.sourceforge.net
Fri, 17 Aug 2001 15:11:29 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv14737/python/Misc

Modified Files:
	NEWS 
Log Message:
A fiddled version of the rest of Michael Hudson's SF patch
    #449043 supporting __future__ in simulated shells
which implements PEP 264.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.208
retrieving revision 1.209
diff -C2 -d -r1.208 -r1.209
*** NEWS	2001/08/17 21:21:04	1.208
--- NEWS	2001/08/17 22:11:27	1.209
***************
*** 24,27 ****
--- 24,32 ----
  Core
  
+ - Future statements are now effective in simulated interactive shells
+   (like IDLE).  This should "just work" by magic, but read Michael
+   Hudson's "Future statements in simulated shells" PEP 264 for full
+   details:  <http://python.sf.net/peps/pep-0264.html>.
+ 
  - The type/class unification (PEP 252-253) was integrated into the
    trunk and is not so tentative any more (the exact specification of