Skip to content

Instantly share code, notes, and snippets.

@EarthmanT
Created April 20, 2020 11:33
Show Gist options
  • Save EarthmanT/517de9ed6a832bb192f097190af164ef to your computer and use it in GitHub Desktop.
Save EarthmanT/517de9ed6a832bb192f097190af164ef to your computer and use it in GitHub Desktop.
Cloudify Futurize Stage 2 Fixers
--stage1
-f lib2to3.fixes.fix_getcwdu
-f lib2to3.fixes.fix_long
-f lib2to3.fixes.fix_nonzero
-f lib2to3.fixes.fix_input
-f lib2to3.fixes.fix_raw_input
-f lib2to3.fixes.fix_itertools
-f lib2to3.fixes.fix_itertools_imports
-f lib2to3.fixes.fix_exec
-f lib2to3.fixes.fix_operator
-f libfuturize.fixes.fix_execfile
-f libpasteurize.fixes.fix_newstyle
-f lib2to3.fixes.fix_filter
# fix_dict is not idempotent
# -f lib2to3.fixes.fix_dict
-f lib2to3.fixes.fix_map
-f lib2to3.fixes.fix_zip
-f lib2to3.fixes.fix_xrange
-f lib2to3.fixes.fix_basestring
-f libfuturize.fixes.fix_cmp
-f libfuturize.fixes.fix_division_safe
-f lib2to3.fixes.fix_metaclass
-f libfuturize.fixes.fix_unicode_keep_u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment