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 rahul-kumi
Recipients Mariatta, docs@python, rahul-kumi
Date 2021-04-30.05:59:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619762367.05.0.118141161421.issue43978@roundup.psfhosted.org>
In-reply-to
Content
Although the documentation for 'typing.NoReturn' is made in: https://github.com/python/cpython/pull/7107/files

The actual inclusion of the 'typing.NoReturn' was made through the following this PR: https://github.com/python/typing/pull/397

Also the change is registered in the changelog under Python 3.6.2 rc1 release as:
'''
bpo-28556: Various updates to typing module: add typing.NoReturn type, use WrapperDescriptorType, minor bug-fixes. Original PRs by Jim Fasarakis-Hilliard and Ivan Levkivskyi.
'''

So shouldn't the correct version here should be 3.6.2?
History
Date User Action Args
2021-04-30 05:59:27rahul-kumisetrecipients: + rahul-kumi, docs@python, Mariatta
2021-04-30 05:59:27rahul-kumisetmessageid: <1619762367.05.0.118141161421.issue43978@roundup.psfhosted.org>
2021-04-30 05:59:27rahul-kumilinkissue43978 messages
2021-04-30 05:59:26rahul-kumicreate