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 brett.cannon
Recipients brett.cannon
Date 2019-11-21.19:49:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Since os.PathLike explicitly defines a a protocol, it would make sense to have it inherit from typing.Protocol instead of abc.ABC.
History
Date User Action Args
2019-11-21 19:49:42brett.cannonsetrecipients: + brett.cannon
2019-11-21 19:49:42brett.cannonsetmessageid: <[email protected]>
2019-11-21 19:49:42brett.cannonlinkissue38885 messages
2019-11-21 19:49:41brett.cannoncreate