File tree 1 file changed +2
-2
lines changed
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:
107
107
libfuturize.fixes.fix_print_with_import
108
108
libfuturize.fixes.fix_raise
109
109
110
-
111
110
The following fixers from ``lib2to3 `` are not applied:
112
111
113
112
.. code-block :: python
@@ -226,13 +225,14 @@ becomes::
226
225
The complete list of fixers applied in Stage 2 is::
227
226
228
227
lib2to3.fixes.fix_dict
228
+ lib2to3.fixes.fix_filter
229
229
lib2to3.fixes.fix_getcwdu
230
230
lib2to3.fixes.fix_input
231
231
lib2to3.fixes.fix_itertools
232
232
lib2to3.fixes.fix_itertools_imports
233
- lib2to3.fixes.fix_filter
234
233
lib2to3.fixes.fix_long
235
234
lib2to3.fixes.fix_map
235
+ lib2to3.fixes.fix_next
236
236
lib2to3.fixes.fix_nonzero
237
237
lib2to3.fixes.fix_operator
238
238
lib2to3.fixes.fix_raw_input
You can’t perform that action at this time.
0 commit comments