bpo-32892: Use ast.Constant instead of specific constant AST types. by serhiy-storchaka · Pull Request #9445 · python/cpython
facebook-github-bot pushed a commit to systemd/pystemd that referenced this pull request
Apr 2, 2019Summary: The `Str` object is no longer in in `_ast` is py38, switch to using the public `ast` module instead. python/cpython#9445 https://bugs.python.org/issue32892 Pull Request resolved: #33 Differential Revision: D14721271 Pulled By: aleivag fbshipit-source-id: 1367f300f74f037983e5f6e51f7af8990f416759
hroncok added a commit to hroncok/mako that referenced this pull request
Apr 11, 2019Since Python 3.8, class ast.Constant is used for all constants. Old classes ast.Num, ast.Str, ast.Bytes, ast.NameConstant and ast.Ellipsis are still available, but they will be removed in future Python releases. Constants have values, but not always ns. See sqlalchemy#287 (comment) See python/cpython#9445 Fixes Pylons/pyramid_mako#47
hroncok added a commit to hroncok/sphinxcontrib-bibtex that referenced this pull request
Apr 22, 2019This was referenced
May 3, 2019
amol-
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters