bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (GH-15490)
It emits a deprecation warning and calls corresponding method visit_Num(), visit_Str(), etc.
Showing
Please register or sign in to comment
It emits a deprecation warning and calls corresponding method visit_Num(), visit_Str(), etc.