mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
95e4d58913
* 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