mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
* Document `from __future__ import annotations` * Provide plumbing and tests for `from __future__ import annotations` * Implement unparsing the AST back to string form This is required for PEP 563 and as such only implements a part of the unparsing process that covers expressions.
Miscellaneous source files for the main Python shared library