[Python-checkins] r47167 - peps/trunk/pep-0291.txt

neal.norwitz python-checkins at python.org
Fri Jun 30 08:30:08 CEST 2006


Author: neal.norwitz
Date: Fri Jun 30 08:30:07 2006
New Revision: 47167

Modified:
   peps/trunk/pep-0291.txt
Log:
Add a list of 2.4 language features, there are probably more I forgot

Modified: peps/trunk/pep-0291.txt
==============================================================================
--- peps/trunk/pep-0291.txt	(original)
+++ peps/trunk/pep-0291.txt	Fri Jun 30 08:30:07 2006
@@ -72,12 +72,18 @@
           2.2      bool, True, False, basestring, enumerate(),
                    {}.pop(), PendingDeprecationWarning,
                    Universal Newlines, plus all features below
+                   plus all features below
 
           2.3      generator expressions, multi-line imports,
                    decorators, int/long unification, set/frozenset,
-                   reversed(), sorted(), "".rsplit()
+                   reversed(), sorted(), "".rsplit(),
+                   plus all features below
 
-          2.4      ???
+          2.4      with statement, conditional expressions,
+                   combined try/except/finally, relative imports,
+                   yield expressions or generator.throw/send/close()
+
+          2.5      ???
 
 
 Backward Compatible Packages, Modules, and Tools


More information about the Python-checkins mailing list