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 ab7886b commit a90b990Copy full SHA for a90b990
Doc/library/2to3.rst
@@ -199,13 +199,6 @@ and off individually. They are described here in more detail.
199
because the :class:`memoryview` API is similar but not exactly the same as
200
that of :class:`buffer`.
201
202
-.. 2to3fixer:: callable
203
-
204
- Converts ``callable(x)`` to ``isinstance(x, collections.Callable)``, adding
205
- an import to :mod:`collections` if needed. Note ``callable(x)`` has returned
206
- in Python 3.2, so if you do not intend to support Python 3.1, you can disable
207
- this fixer.
208
209
.. 2to3fixer:: dict
210
211
Fixes dictionary iteration methods. :meth:`dict.iteritems` is converted to
0 commit comments