Message 313396 - Python tracker (original) (raw)

Message313396

Author levkivskyi
Recipients izbyshev, jab, levkivskyi, methane, miss-islington, serhiy.storchaka
Date 2018-03-07.19:22:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1520450541.1.0.467229070634.issue32999@psf.upfronthosting.co.za
In-reply-to
Content
Serhiy, for example `issubclass(typing.MutableMapping, typing.Mapping)` returns `True` while neither of those two are actual class objects. These relationships are kept mostly so that `typing.*` can be used as a drop-in replacement for `collections.abc.*` (plus backwards compatibility).
History
Date User Action Args
2018-03-07 19:22:21 levkivskyi set recipients: + levkivskyi, jab, methane, serhiy.storchaka, izbyshev, miss-islington
2018-03-07 19:22:21 levkivskyi set messageid: 1520450541.1.0.467229070634.issue32999@psf.upfronthosting.co.za
2018-03-07 19:22:21 levkivskyi link issue32999 messages
2018-03-07 19:22:21 levkivskyi create