]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46483: change `PurePath.__class_getitem__` to return `GenericAlias` (GH-30822)
authorNikita Sobolev <mail@sobolevn.me>
Sun, 23 Jan 2022 14:48:43 +0000 (17:48 +0300)
committerGitHub <noreply@github.com>
Sun, 23 Jan 2022 14:48:43 +0000 (17:48 +0300)
commit1f715d5bd3bc9ff444e109b6bbd13011913681b1
tree48d57d3cc7d95115bb895b1f59fd727409deaeae
parentc7f20f1cc8c20654e5d539552604362feb9b0512
bpo-46483: change `PurePath.__class_getitem__` to return `GenericAlias` (GH-30822)
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2022-01-23-11-17-48.bpo-46483.j7qwWb.rst [new file with mode: 0644]