Message392383
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? |
|
Date |
User |
Action |
Args |
2021-04-30 05:59:27 | rahul-kumi | set | recipients:
+ rahul-kumi, docs@python, Mariatta |
2021-04-30 05:59:27 | rahul-kumi | set | messageid: <1619762367.05.0.118141161421.issue43978@roundup.psfhosted.org> |
2021-04-30 05:59:27 | rahul-kumi | link | issue43978 messages |
2021-04-30 05:59:26 | rahul-kumi | create | |
|