commit | 522a394a72f107ca55701371529b5e4ed20c9fff | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Aug 26 00:43:33 2019 -0700 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Mon Aug 26 10:43:33 2019 +0300 |
tree | da3e1775ecf47af29a6b4ad33776d8790c491bb8 | |
parent | a3875171d746f90f49adfcaa015525b20a3874d3 [diff] |
[3.8] bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (GH-15490) (GH-15509) It emits a deprecation warning and calls corresponding method visit_Num(), visit_Str(), etc. (cherry picked from commit c3ea41e9bf100a5396b851488c3efe208e5e2179)