commit | 1be456ae9d53bb1cba2b24fc86175c282d1c2169 | [log] [tgz] |
---|---|---|
author | Saiyang Gou <gousaiyang@163.com> | Tue Apr 06 22:02:20 2021 -0700 |
committer | GitHub <noreply@github.com> | Tue Apr 06 22:02:20 2021 -0700 |
tree | 770c06853b297707bff2418b7daf910911301244 | |
parent | 2219187cab6bca009c42b63b2f4c30b5b10c916d [diff] |
bpo-38605: Update "Future statements" docs since PEP 563 is always enabled (GH-25236) Update documentation section for "Future statements" to reflect that `from __future__ import annotations` is on by default, and no features require using the future statement now.