Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45fb25 commit d6ca6c2Copy full SHA for d6ca6c2
1 file changed
Doc/library/2to3.rst
@@ -123,7 +123,9 @@ and off individually. They are described here in more detail.
123
.. 2to3fixer:: callable
124
125
Converts ``callable(x)`` to ``isinstance(x, collections.Callable)``, adding
126
- an import to :mod:`collections` if needed.
+ an import to :mod:`collections` if needed. Note ``callable(x)`` has returned
127
+ in Python 3.2, so if you do not intend to support Python 3.1, you can disable
128
+ this fixer.
129
130
.. 2to3fixer:: dict
131
0 commit comments