Pre-Python 3.8, the string nodes in an AST were of type ast.Str. Post, they are of type ast.Constant. Remove the old naming. Pull Request #105418
Pre-Python 3.8, the string nodes in an AST were of type ast.Str. Post, they are of type ast.Constant. Remove the old naming. Pull Request #105418