diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-08-17 22:11:27 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-08-17 22:11:27 (GMT) |
commit | 6cd6a82db93fa37a13d0b5312ce6510c4d6967de (patch) | |
tree | c43eca432a18a364fb1c004d4dfcfe904fa7cefd /Misc | |
parent | 10d72552495a1967af7174f6ed52eb3340799c76 (diff) | |
download | cpython-6cd6a82db93fa37a13d0b5312ce6510c4d6967de.zip cpython-6cd6a82db93fa37a13d0b5312ce6510c4d6967de.tar.gz cpython-6cd6a82db93fa37a13d0b5312ce6510c4d6967de.tar.bz2 |
A fiddled version of the rest of Michael Hudson's SF patch
#449043 supporting __future__ in simulated shells
which implements PEP 264.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -23,6 +23,11 @@ Tests 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 some features is still tentative). A lot of work has done on fixing |