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 kj
Recipients Mariatta, docs@python, kj, miguendes, rahul-kumi
Date 2021-05-04.16:01:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620144071.78.0.140589734725.issue43978@roundup.psfhosted.org>
In-reply-to
Content
To answer the person who posted this on docs mailing list, after much investigation, it seems that this made it into 3.7.0, 3.5.4 and 3.6.2 .

Here's the 3.7.0 (alpha) commit for the initial implementation of typing.NoReturn:
https://github.com/python/cpython/commit/f06e0218ef6007667f5d61184b85a81a0466d3ae

The backport to 3.6 (at the time, this was 3.6.2rc1):
https://github.com/python/cpython/commit/e612c28513b406779d187e5f816445c7d40d292b

The backport to 3.5 (at the time, this was 3.5.4rc1):
https://github.com/python/cpython/commit/4b15e45895ca56ac5f7837cacb8cd3ccc26d1f66

I'm sorry if I got anything wrong (this is somewhat confusing for me too).
History
Date User Action Args
2021-05-04 16:01:11kjsetrecipients: + kj, docs@python, Mariatta, rahul-kumi, miguendes
2021-05-04 16:01:11kjsetmessageid: <1620144071.78.0.140589734725.issue43978@roundup.psfhosted.org>
2021-05-04 16:01:11kjlinkissue43978 messages
2021-05-04 16:01:11kjcreate