]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46534: Implement PEP 673 Self in typing.py (GH-30924)
authorJames Hilton-Balfe <gobot1234yt@gmail.com>
Mon, 7 Feb 2022 20:47:48 +0000 (20:47 +0000)
committerGitHub <noreply@github.com>
Mon, 7 Feb 2022 20:47:48 +0000 (12:47 -0800)
commit7ba1cc8049fbcb94ac039ab02522f78177130588
tree3b1a480d5512a3ad5e7f47c78db1458ba0ba1bee
parent39dec1c09c9f5ddf951bed5b875f837735a06733
bpo-46534: Implement PEP 673 Self in typing.py (GH-30924)

Co-authored-by: Pradeep Kumar Srinivasan <gohanpra@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/library/typing.rst
Doc/whatsnew/3.11.rst
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2022-01-26-18-06-08.bpo-46534.vhzUM4.rst [new file with mode: 0644]