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 serhiy.storchaka
Recipients docs@python, iritkatriel, serhiy.storchaka, veky
Date 2022-03-28.16:49:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648486189.22.0.926637227224.issue26120@roundup.psfhosted.org>
In-reply-to
Content
Module objects are not shown in the help unless they are submodules of the specified module, even if they are imported with the star import. With this precedence I think it is okay to exclude the __future__ annotations as well.
History
Date User Action Args
2022-03-28 16:49:49serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, veky, iritkatriel
2022-03-28 16:49:49serhiy.storchakasetmessageid: <1648486189.22.0.926637227224.issue26120@roundup.psfhosted.org>
2022-03-28 16:49:49serhiy.storchakalinkissue26120 messages
2022-03-28 16:49:49serhiy.storchakacreate