commit | 0028c14073109595e7532ec00bb1e8bf39ecfb4d | [log] [tgz] |
---|---|---|
author | YoSTEALTH <35307184+YoSTEALTH@users.noreply.github.com> | Sat Jul 25 15:42:49 2020 -0600 |
committer | GitHub <noreply@github.com> | Sat Jul 25 14:42:49 2020 -0700 |
tree | aacb6132b2dab32ff414664587896df743e5ee86 | |
parent | daff39070e7ea71b0ba49d9150ac7a210a125682 [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.