This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Implement __class_getitem__ for PathLike
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: BTaskaya, asvetlov, miss-islington
Priority: normal Keywords: patch

Created on 2019-12-07 15:57 by BTaskaya, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 17498 merged BTaskaya, 2019-12-07 16:04
Messages (2)
msg357978 - (view) Author: Batuhan Taskaya (BTaskaya) * (Python committer) Date: 2019-12-07 15:57
Typeshed already using __class_getitem__ syntax for PathLike
https://github.com/python/typeshed/search?q=PathLike&unscoped_q=PathLike
msg358026 - (view) Author: miss-islington (miss-islington) Date: 2019-12-08 20:31
New changeset 526606baf76e7a5309bb00f3bfaefa861a2014ba by Miss Islington (bot) (Batuhan Taşkaya) in branch 'master':
bpo-38994: Implement __class_getitem__ for PathLike (GH-17498)
https://github.com/python/cpython/commit/526606baf76e7a5309bb00f3bfaefa861a2014ba
History
Date User Action Args
2022-04-11 14:59:24adminsetgithub: 83175
2019-12-08 20:31:41asvetlovsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-12-08 20:31:22miss-islingtonsetnosy: + miss-islington
messages: + msg358026
2019-12-07 16:04:04BTaskayasetkeywords: + patch
stage: patch review
pull_requests: + pull_request16976
2019-12-07 15:57:34BTaskayacreate