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 bar.harel
Recipients bar.harel, brett.cannon
Date 2019-11-21.20:00:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMsGuy=ONZagW_WWxkG1=8eWYbAB+GXTyiTUyFDWBiwnTakKEw@mail.gmail.com>
In-reply-to <1574365515.58.0.814605826002.issue38878@roundup.psfhosted.org>
Content
Hey Brett, that's exactly the bug. It's supposed to be False ofc.

On Thu, Nov 21, 2019, 9:45 PM Brett Cannon <report@bugs.python.org> wrote:

>
> Brett Cannon <brett@python.org> added the comment:
>
> I can't reproduce in Python 3.8.0:
>
> >>> import os
> >>> class A(os.PathLike): pass
> ...
> >>> class B:
> ...     def __fspath__(self): pass
> ...
> >>> issubclass(B, A)
> True
>
> Did you check against an older version of Python?
>
> ----------
> resolution:  -> not a bug
> stage:  -> resolved
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue38878>
> _______________________________________
>
History
Date User Action Args
2019-11-21 20:00:51bar.harelsetrecipients: + bar.harel, brett.cannon
2019-11-21 20:00:51bar.harellinkissue38878 messages
2019-11-21 20:00:50bar.harelcreate