commit | c3ea41e9bf100a5396b851488c3efe208e5e2179 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Aug 26 10:13:19 2019 +0300 |
committer | GitHub <noreply@github.com> | Mon Aug 26 10:13:19 2019 +0300 |
tree | 5e30febe4e132ed33968e96ca81aeb043e33387a | |
parent | 44cd86bbdddb1f7b05deba2c1986a1e98f992429 [diff] |
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.