commit | fdc91c2e6096f60ddb8b7f72fe7926ccbbf42800 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Jul 25 15:00:48 2020 -0700 |
committer | GitHub <noreply@github.com> | Sat Jul 25 15:00:48 2020 -0700 |
tree | be3f5092e075f477b56e223eff735866786f68ed | |
parent | 2024d7aca100c3faa9c6730aba3de5f0528750be [diff] |
bpo-41314: fixed annotations __future__ version (GH-21616) 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>