• Guido van Rossum's avatar
    String annotations [PEP 563] (#4390) · 95e4d589
    Guido van Rossum yazdı
    * 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.
    95e4d589
Makefile.pre.in 60.9 KB