Add an item

This commit is contained in:
Andrew M. Kuchling 2006-10-06 13:13:57 +00:00
parent cc102a2b9f
commit 9b8c2baefb
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ Features to Avoid
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(),