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 StevenHsuYL
Recipients StevenHsuYL, docs@python
Date 2021-07-21.08:45:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626857117.48.0.847566254974.issue44693@roundup.psfhosted.org>
In-reply-to
Content
In Doc/glossary.rst, the first sentence of the entry "__future__" is that "A pseudo-module which programmers can use to enable new language features which are not compatible with the current interpreter."

However, in Doc/library/__future__.rst, the first sentence is that ":mod:`__future__` is a real module, and serves three purposes:"

Is there any contradiction of these two descriptions, that "pseuso-module" and "real module" refer to the same module?

And if so, should we fix one of them?

Thanks for review!
History
Date User Action Args
2021-07-21 08:45:17StevenHsuYLsetrecipients: + StevenHsuYL, docs@python
2021-07-21 08:45:17StevenHsuYLsetmessageid: <1626857117.48.0.847566254974.issue44693@roundup.psfhosted.org>
2021-07-21 08:45:17StevenHsuYLlinkissue44693 messages
2021-07-21 08:45:17StevenHsuYLcreate