Skip to content

Corrected lists of fixers #420

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 8, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/futurize.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ The complete set of fixers applied by ``futurize --stage1`` is:
libfuturize.fixes.fix_print_with_import
libfuturize.fixes.fix_raise


The following fixers from ``lib2to3`` are not applied:

.. code-block:: python
Expand Down Expand Up @@ -226,13 +225,14 @@ becomes::
The complete list of fixers applied in Stage 2 is::

lib2to3.fixes.fix_dict
lib2to3.fixes.fix_filter
lib2to3.fixes.fix_getcwdu
lib2to3.fixes.fix_input
lib2to3.fixes.fix_itertools
lib2to3.fixes.fix_itertools_imports
lib2to3.fixes.fix_filter
lib2to3.fixes.fix_long
lib2to3.fixes.fix_map
lib2to3.fixes.fix_next
lib2to3.fixes.fix_nonzero
lib2to3.fixes.fix_operator
lib2to3.fixes.fix_raw_input
Expand Down