[issue38994] Implement __class_getitem__ for PathLike

2019-12-08 Thread Andrew Svetlov
Change by Andrew Svetlov : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue38994] Implement __class_getitem__ for PathLike

2019-12-08 Thread miss-islington
miss-islington added the comment: 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/526606baf76e7a5309bb00f3bfaefa861a2014b

[issue38994] Implement __class_getitem__ for PathLike

2019-12-07 Thread Batuhan
Change by Batuhan : -- keywords: +patch pull_requests: +16976 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17498 ___ Python tracker ___

[issue38994] Implement __class_getitem__ for PathLike

2019-12-07 Thread Batuhan
New submission from Batuhan : Typeshed already using __class_getitem__ syntax for PathLike https://github.com/python/typeshed/search?q=PathLike&unscoped_q=PathLike -- components: Library (Lib) messages: 357978 nosy: BTaskaya, asvetlov priority: normal severity: normal status: open title