[New-bugs-announce] [issue44693] Unclear definition of the "__future__" module in Docs

Steven Hsu report at bugs.python.org
Wed Jul 21 04:45:17 EDT 2021


New submission from Steven Hsu <hsuhaochun at gmail.com>:

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!

----------
assignee: docs at python
components: Documentation
messages: 397931
nosy: StevenHsuYL, docs at python
priority: normal
severity: normal
status: open
title: Unclear definition of the "__future__" module in Docs
type: enhancement
versions: Python 3.10, Python 3.11, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44693>
_______________________________________


More information about the New-bugs-announce mailing list