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.
2 parents 907ab88 + 154c3f5 commit a392319Copy full SHA for a392319
docs/futurize.rst
@@ -107,7 +107,6 @@ The complete set of fixers applied by ``futurize --stage1`` is:
107
libfuturize.fixes.fix_print_with_import
108
libfuturize.fixes.fix_raise
109
110
-
111
The following fixers from ``lib2to3`` are not applied:
112
113
.. code-block:: python
@@ -226,13 +225,14 @@ becomes::
226
225
The complete list of fixers applied in Stage 2 is::
227
228
lib2to3.fixes.fix_dict
+ lib2to3.fixes.fix_filter
229
lib2to3.fixes.fix_getcwdu
230
lib2to3.fixes.fix_input
231
lib2to3.fixes.fix_itertools
232
lib2to3.fixes.fix_itertools_imports
233
- lib2to3.fixes.fix_filter
234
lib2to3.fixes.fix_long
235
lib2to3.fixes.fix_map
+ lib2to3.fixes.fix_next
236
lib2to3.fixes.fix_nonzero
237
lib2to3.fixes.fix_operator
238
lib2to3.fixes.fix_raw_input
0 commit comments