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 rhettinger
Recipients brett.cannon, gvanrossum, rhettinger
Date 2016-07-23.20:32:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469305935.16.0.140420063238.issue27598@psf.upfronthosting.co.za>
In-reply-to
Content
Does all of the recognition patterns in typing.py also need to be in collections.abc? 

AFAICT, the current collections.abc classes for Sized, Iterable, and Container almost never get used (possibly because they don't provide any useful mixin methods).  In the interest of maximizing the ratio of useful ABCs (like MutableMapping), could we defer expanding collections.abc until we've seen some real use cases?
History
Date User Action Args
2016-07-23 20:32:15rhettingersetrecipients: + rhettinger, gvanrossum, brett.cannon
2016-07-23 20:32:15rhettingersetmessageid: <1469305935.16.0.140420063238.issue27598@psf.upfronthosting.co.za>
2016-07-23 20:32:15rhettingerlinkissue27598 messages
2016-07-23 20:32:14rhettingercreate