deshaw / pyflyby

A set of productivity tools for Python
https://deshaw.github.io/pyflyby/
Other
348 stars 52 forks source link

Remove all references to Python 2 #240

Closed aktech closed 1 year ago

aktech commented 1 year ago

as mentioned by @dshivashankar1994 here: https://github.com/deshaw/pyflyby/pull/237

Are we planning to do the cleanups separately ? I see we need to do cleanups like

  1. Update README file (DONE)
  2. https://github.com/deshaw/pyflyby/blob/master/.travis.yml
  3. TOML_AVAIL, 'py23_fallback' options in bin/tidy-imports.py
  4. test_CompilerFlags_compile_1 in test_flags.py
  5. _autoimp.py imports
  6. tests/test_idents.py references
  7. test_find_missing_imports_kwarg_annotate in test_autoimp.py
  8. etc...