GitXplorerGitXplorer
a

static-annotations

public
15 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b695dde5aa4c9b7057eb76816c333c9cf9da4e07

Link to the pull request rather than a branch in ambv's Python repo

committed 7 years ago
Unverified
382293005bde1762c83a9c5dd96997194a2c3d08

PEP accepted \o/

committed 7 years ago
Unverified
4061ac31029aed6fba729c25cd9a968a22ce4be4

Continuous tense for rejected ideas

committed 7 years ago
Unverified
9bcdd7774950c537ed6ba377e12cfbfe6f5683bc

Tag post history (21-Nov-2017)

committed 7 years ago
Unverified
6ac0c845cebf78aa0cd6a8cd7592034eda7d6ca7

\n

committed 7 years ago
Unverified
b2122e246ed524d8eaad3b64762aebd912e49ccc

Extend rejected ideas with verbatim strings, future import name, and a note on thunks

committed 7 years ago

README

The README file for this repository.

============================================ PEP 563: Postponed Evaluation of Annotations

This GitHub repo is used for drafting of this PEP. Technical discussion around the PEP should happen in the issue tracker. The official PEPS repository is only updated when a new draft is posted on python-dev. The python.org site automatically updates (with a slight delay, typically in the order of 5-60 minutes) whenever the python/peps repo is updated.

Authors

  • Łukasz Langa

Important dates

  • May 24, 2015: Python 3.5.0 beta 1 -- PEP 484 accepted, typing checked into the CPython repo

  • September 13, 2015: Python 3.5.0 final release; typing is available on a provisional basis

  • September 7, 2016: PEP 526 accepted on a provisional basis

  • December 23, 2016: Python 3.6.0 final release; typing stays provisional for the course of the 3.6 releases

  • January 29, 2018: Python 3.7.0 beta 1, feature freeze for the release, incl. the typing module, and from __future__ import annotations

  • June 15, 2018: Python 3.7.0 final release, the typing module is no longer provisional, variable annotations are no longer provisional.

The dates for Python 3.7 are based on PEP 537 and may still change.

Important URLs

The python.org rendering of PEP 563 will live at https://www.python.org/dev/peps/pep-0563/.

Related PEPs: