This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients StevenHsuYL, docs@python, steven.daprano
Date 2021-07-21.08:55:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626857750.13.0.677736036197.issue44693@roundup.psfhosted.org>
In-reply-to
Content
I agree that the contradiction should be resolved.

There is an actual `__future__.py` module, which on my system it is at /usr/local/lib/python3.9/__future__.py

But when we use the special syntax:

    from __future__ import <feature>

it doesn't do a normal import of the `__future__.py` module, it is actually a compiler directive.
History
Date User Action Args
2021-07-21 08:55:50steven.dapranosetrecipients: + steven.daprano, docs@python, StevenHsuYL
2021-07-21 08:55:50steven.dapranosetmessageid: <1626857750.13.0.677736036197.issue44693@roundup.psfhosted.org>
2021-07-21 08:55:50steven.dapranolinkissue44693 messages
2021-07-21 08:55:50steven.dapranocreate