Closed
Description
https://docs.python.org/3.11/library/__future__.html says the annotations __future__
import is mandatory in 3.11, but it won't be. Right now, it's still undetermined whether this import will ever become the default; we may go with PEP-649's behavior or a combination of the two instead.
In the docs, I think we should just say "To be determined". Optionally, we could add some discussion and link to the SC's pronouncements on the issue.