[issue24119] Carry comments with the AST

Brett Cannon report at bugs.python.org
Wed Mar 15 14:21:40 EDT 2017


Brett Cannon added the comment:

The type annotation is already in the AST so there's nothing to carry over from typed_ast (we only care about the latest Python version while typed_ast tries to be version-agnostic).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24119>
_______________________________________


More information about the Python-bugs-list mailing list