summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-08-25-14-56-42.bpo-36917.GBxdw2.rst
blob: 3509a7530b89162ec9107a828b60d4480379ea00 (plain)
1
2
3
Add default implementation of the :meth:`ast.NodeVisitor.visit_Constant`
method which emits a deprecation warning and calls corresponding methody
``visit_Num()``, ``visit_Str()``, etc.