deshaw / pyflyby

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

Prepare for future Python versions Ast. #310

Closed Carreau closed 6 months ago

Carreau commented 6 months ago

Newer Python will remove Bytes, and Str nodes in favor of Constant where the node value is a str or a Byte.

--

This is extracted from #279 to make #279 smaller, easier to review and tweeak when new failure are introduced when bumping the Python version.