[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-41314: fixed annotations __future__ version by YoSTEALTH · Pull Request #21616 · python/cpython

YoSTEALTH

and others added 2 commits

July 25, 2020 12:15

cleaned up syntax and left `barry_as_FLUFL` as is.

YoSTEALTH marked this pull request as ready for review

July 25, 2020 19:45

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 25, 2020

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 0028c14)

Co-authored-by: YoSTEALTH <35307184+YoSTEALTH@users.noreply.github.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 25, 2020

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 0028c14)

Co-authored-by: YoSTEALTH <35307184+YoSTEALTH@users.noreply.github.com>

miss-islington added a commit that referenced this pull request

Jul 25, 2020
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 0028c14)

Co-authored-by: YoSTEALTH <35307184+YoSTEALTH@users.noreply.github.com>

miss-islington added a commit that referenced this pull request

Jul 25, 2020
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 0028c14)

Co-authored-by: YoSTEALTH <35307184+YoSTEALTH@users.noreply.github.com>

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Aug 4, 2020
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.

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Aug 20, 2020
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.

xzy3 pushed a commit to xzy3/cpython that referenced this pull request

Oct 18, 2020
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.