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 gvanrossum
Recipients berker.peksag, flying sheep, gvanrossum
Date 2016-01-21.23:25:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJ+bL7SxujBb4qDPCORTSOGL+5B0aC6+WVi7PFuAiYq-gQ@mail.gmail.com>
In-reply-to <1453415791.43.0.68863214272.issue25830@psf.upfronthosting.co.za>
Content
Actually isinstance() shouldn't be supported by most things in typing.py
(except for those that mimic existing collection ABCs). Even issubclass()
should be taken out according to the BDFL-delegate for PEP 484. See
https://github.com/ambv/typehinting/issues/136
History
Date User Action Args
2016-01-21 23:25:22gvanrossumsetrecipients: + gvanrossum, flying sheep, berker.peksag
2016-01-21 23:25:22gvanrossumlinkissue25830 messages
2016-01-21 23:25:22gvanrossumcreate