]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38994: Implement __class_getitem__ for PathLike (GH-17498)
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Sun, 8 Dec 2019 20:31:15 +0000 (23:31 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 8 Dec 2019 20:31:15 +0000 (12:31 -0800)
commit526606baf76e7a5309bb00f3bfaefa861a2014ba
treea08b64df10f2a555fbc2c45be3849750fbbb9d52
parentcd90a52983db34896a6335a572d55bdda274778f
bpo-38994: Implement __class_getitem__ for PathLike (GH-17498)

https://bugs.python.org/issue38994
Lib/os.py
Lib/pathlib.py
Lib/test/test_os.py
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Library/2019-12-07-18-58-44.bpo-38994.IJYhz_.rst [new file with mode: 0644]