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.

Author levkivskyi
Recipients asvetlov, gvanrossum, levkivskyi, lukasz.langa, yselivanov
Date 2019-12-05.18:04:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575569070.51.0.0257039163178.issue38978@roundup.psfhosted.org>
In-reply-to
Content
I see the point in using ``__class_getitem__`` in Python classes too, we can probably start using a dummy method returning class object itself now. Also PEP 585 already has a long list of candidates for "proper" ``__class_getitem__`` support. Maybe we can add these classes to that list? Maybe it would make sense to also have ``PathLike`` there?
History
Date User Action Args
2019-12-05 18:04:30levkivskyisetrecipients: + levkivskyi, gvanrossum, asvetlov, lukasz.langa, yselivanov
2019-12-05 18:04:30levkivskyisetmessageid: <1575569070.51.0.0257039163178.issue38978@roundup.psfhosted.org>
2019-12-05 18:04:30levkivskyilinkissue38978 messages
2019-12-05 18:04:30levkivskyicreate