File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ The complete set of fixers applied by ``futurize --stage1`` is:
107107 libfuturize.fixes.fix_print_with_import
108108 libfuturize.fixes.fix_raise
109109
110-
111110 The following fixers from ``lib2to3 `` are not applied:
112111
113112.. code-block :: python
@@ -226,13 +225,14 @@ becomes::
226225The complete list of fixers applied in Stage 2 is::
227226
228227 lib2to3.fixes.fix_dict
228+ lib2to3.fixes.fix_filter
229229 lib2to3.fixes.fix_getcwdu
230230 lib2to3.fixes.fix_input
231231 lib2to3.fixes.fix_itertools
232232 lib2to3.fixes.fix_itertools_imports
233- lib2to3.fixes.fix_filter
234233 lib2to3.fixes.fix_long
235234 lib2to3.fixes.fix_map
235+ lib2to3.fixes.fix_next
236236 lib2to3.fixes.fix_nonzero
237237 lib2to3.fixes.fix_operator
238238 lib2to3.fixes.fix_raw_input
You can’t perform that action at this time.
0 commit comments