Add an item
This commit is contained in:
parent
cc102a2b9f
commit
9b8c2baefb
|
@ -67,6 +67,7 @@ Features to Avoid
|
||||||
2.1 use of object or new-style classes, iterators,
|
2.1 use of object or new-style classes, iterators,
|
||||||
using generators, nested scopes, or //
|
using generators, nested scopes, or //
|
||||||
without from __future__ import ... statement,
|
without from __future__ import ... statement,
|
||||||
|
isinstance(X, TYP) where TYP is a tuple of types,
|
||||||
plus all features below
|
plus all features below
|
||||||
|
|
||||||
2.2 bool, True, False, basestring, enumerate(),
|
2.2 bool, True, False, basestring, enumerate(),
|
||||||
|
|
Loading…
Reference in New Issue