[issue35766] Merge typed_ast back into CPython

Ivan Levkivskyi report at bugs.python.org
Tue Jun 11 12:06:46 EDT 2019


Ivan Levkivskyi <levkivskyi at gmail.com> added the comment:

> Would it be possible to document the change somewhere?

Most of these things are in the docs for ast module.

But indeed none of static typing related features have been added to What's New. I have an item on mypy todo list to add four typing PEPs plus new AST features (also adding `end_lineno` and `end_col_offset`) also there, but didn't have time last weekend.

----------

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


More information about the Python-bugs-list mailing list