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

andrew.kuchling python-checkins at python.org
Fri Oct 6 15:13:58 CEST 2006


Author: andrew.kuchling
Date: Fri Oct  6 15:13:57 2006
New Revision: 52210

Modified:
   peps/trunk/pep-0291.txt
Log:
Add an item

Modified: peps/trunk/pep-0291.txt
==============================================================================
--- peps/trunk/pep-0291.txt	(original)
+++ peps/trunk/pep-0291.txt	Fri Oct  6 15:13:57 2006
@@ -67,6 +67,7 @@
           2.1      use of object or new-style classes, iterators, 
                    using generators, nested scopes, or //
                    without from __future__ import ... statement,
+                   isinstance(X, TYP) where TYP is a tuple of types,
                    plus all features below
 
           2.2      bool, True, False, basestring, enumerate(),


More information about the Python-checkins mailing list