Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ast.py
1 parent 70b07aa commit 0220663Copy full SHA for 0220663
1 file changed
Lib/ast.py
@@ -567,15 +567,6 @@ def generic_visit(self, node):
567
setattr(node, field, new_node)
568
return node
569
570
-
571
-_DEPRECATED_VALUE_ALIAS_MESSAGE = (
572
- "{name} is deprecated and will be removed in Python {remove}; use value instead"
573
-)
574
-_DEPRECATED_CLASS_MESSAGE = (
575
- "{name} is deprecated and will be removed in Python {remove}; "
576
- "use ast.Constant instead"
577
578
579
class slice(AST):
580
"""Deprecated AST node class."""
581
0 commit comments