diff options
author | Batuhan Taşkaya <47358913+isidentical@users.noreply.github.com> | 2019-12-08 20:31:15 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-12-08 20:31:15 (GMT) |
commit | 526606baf76e7a5309bb00f3bfaefa861a2014ba (patch) | |
tree | a08b64df10f2a555fbc2c45be3849750fbbb9d52 /Misc/NEWS.d/next/Library | |
parent | cd90a52983db34896a6335a572d55bdda274778f (diff) | |
download | cpython-526606baf76e7a5309bb00f3bfaefa861a2014ba.zip cpython-526606baf76e7a5309bb00f3bfaefa861a2014ba.tar.gz cpython-526606baf76e7a5309bb00f3bfaefa861a2014ba.tar.bz2 |
bpo-38994: Implement __class_getitem__ for PathLike (GH-17498)
https://bugs.python.org/issue38994
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-12-07-18-58-44.bpo-38994.IJYhz_.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-12-07-18-58-44.bpo-38994.IJYhz_.rst b/Misc/NEWS.d/next/Library/2019-12-07-18-58-44.bpo-38994.IJYhz_.rst new file mode 100644 index 0000000..b9cb417 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-12-07-18-58-44.bpo-38994.IJYhz_.rst @@ -0,0 +1 @@ +Implement ``__class_getitem__`` for ``os.PathLike``, ``pathlib.Path`` |