Staging
v0.5.1
https://github.com/python/cpython
Revision fdc91c2e6096f60ddb8b7f72fe7926ccbbf42800 authored by Miss Islington (bot) on 25 July 2020, 22:00:48 UTC, committed by GitHub on 25 July 2020, 22:00:48 UTC

PEP 563 was updated to change the release where `from __future__ import annotations` becomes the default (and only) behavior from 4.0 to 3.10. Update `__future__.py` and its docs to reflect this.
(cherry picked from commit 0028c14073109595e7532ec00bb1e8bf39ecfb4d)

Co-authored-by: YoSTEALTH <35307184+YoSTEALTH@users.noreply.github.com>
1 parent 2024d7a
History
Tip revision: fdc91c2e6096f60ddb8b7f72fe7926ccbbf42800 authored by Miss Islington (bot) on 25 July 2020, 22:00:48 UTC
bpo-41314: fixed annotations __future__ version (GH-21616)
Tip revision: fdc91c2
File Mode Size
pegen
pgen
Python.asdl -rw-r--r-- 5.2 KB
acceler.c -rw-r--r-- 3.3 KB
asdl.py -rw-r--r-- 12.7 KB
asdl_c.py -rwxr-xr-x 48.7 KB
grammar1.c -rw-r--r-- 1.0 KB
listnode.c -rw-r--r-- 1.7 KB
myreadline.c -rw-r--r-- 11.9 KB
node.c -rw-r--r-- 5.1 KB
parser.c -rw-r--r-- 12.4 KB
parser.h -rw-r--r-- 1.4 KB
parsetok.c -rw-r--r-- 14.0 KB
token.c -rw-r--r-- 4.5 KB
tokenizer.c -rw-r--r-- 56.9 KB
tokenizer.h -rw-r--r-- 3.8 KB

back to top