[issue32892] Remove specific constant AST types in favor of ast.Constant

Nick Coghlan report at bugs.python.org
Wed Feb 21 06:31:41 EST 2018


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Ah, right - in that case, I think the subclasses would be worthwhile, as they shouldn't be too much hassle to maintain for a release, and will provide a more graceful migration for folks doing their own AST processing and generation.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32892>
_______________________________________


More information about the Python-bugs-list mailing list