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 terry.reedy
Recipients StevenHsuYL, docs@python, eric.araujo, steven.daprano, terry.reedy
Date 2021-07-23.21:14:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627074850.06.0.736470553633.issue44693@roundup.psfhosted.org>
In-reply-to
Content
I thnk the glossary should say both.  Approximately: "When the first statement of a program starts 'from __future__ import feature', a pseudo-module ... . When used later in a program, <link> __future__ is a real module."  Link each statement to an appropriate place in the doc.
History
Date User Action Args
2021-07-23 21:14:10terry.reedysetrecipients: + terry.reedy, eric.araujo, steven.daprano, docs@python, StevenHsuYL
2021-07-23 21:14:10terry.reedysetmessageid: <1627074850.06.0.736470553633.issue44693@roundup.psfhosted.org>
2021-07-23 21:14:10terry.reedylinkissue44693 messages
2021-07-23 21:14:10terry.reedycreate