Message 341182 - Python tracker

Message341182

Author methane
Recipients BTaskaya, methane, yselivanov
Date 2019-05-01.09:17:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1556702242.86.0.248745872242.issue36764@roundup.psfhosted.org>
In-reply-to
Content
It's implementation detail of abc.  I don't want expose it in public.
(Note that we maintain pure Python version of abc module too.)

Why you need it in types module?
I don't think all types exposed via types module.  Only useful types should be exposed.
History
Date User Action Args
2019-05-01 09:17:22methanesetrecipients: + methane, yselivanov, BTaskaya
2019-05-01 09:17:22methanesetmessageid: <1556702242.86.0.248745872242.issue36764@roundup.psfhosted.org>
2019-05-01 09:17:22methanelinkissue36764 messages
2019-05-01 09:17:22methanecreate