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-29.14:49:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648565344.22.0.35357815775.issue26120@roundup.psfhosted.org>
In-reply-to
Content
I am sorry that I did not test the changes manually, but it seems that __future__ annotations are now disappeared from the pydoc output for the __future__ module help.

    $ ./python -m pydoc __future__

It is now difficult to get a list of available features from the help.

They should be kept in the DATA section for the __future__ module.
History
Date User Action Args
2022-03-29 14:49:04serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, veky, iritkatriel
2022-03-29 14:49:04serhiy.storchakasetmessageid: <1648565344.22.0.35357815775.issue26120@roundup.psfhosted.org>
2022-03-29 14:49:04serhiy.storchakalinkissue26120 messages
2022-03-29 14:49:04serhiy.storchakacreate