[issue43978] Incorrect "versionadded" info in typing.NoReturn documentation

Rahul Kumaresan report at bugs.python.org
Fri Apr 30 01:59:27 EDT 2021


Rahul Kumaresan <kayrahul at gmail.com> added the comment:

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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43978>
_______________________________________


More information about the Python-bugs-list mailing list