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 pitrou
Recipients brett.cannon, daniel.urban, eric.araujo, georg.brandl, pitrou, r.david.murray, rhettinger, terry.reedy
Date 2011-02-05.01:21:28
SpamBayes Score 4.416955e-05
Marked as misclassified No
Message-id <1296868889.98.0.398796883883.issue11085@psf.upfronthosting.co.za>
In-reply-to
Content
> Regarding the implementation, knowing your reluctance to turn modules
> into packages, I guess you’re talking about exposing collections.abc in 
> a similar manner to os.path, which is fine IMO.

That makes things confusing:

>>> import os.path
>>> os.path.__name__
'posixpath'

>>> import collections
>>> collections.Mapping
<class '_abcoll.Mapping'>

yikes?
History
Date User Action Args
2011-02-05 01:21:30pitrousetrecipients: + pitrou, brett.cannon, georg.brandl, rhettinger, terry.reedy, eric.araujo, r.david.murray, daniel.urban
2011-02-05 01:21:29pitrousetmessageid: <1296868889.98.0.398796883883.issue11085@psf.upfronthosting.co.za>
2011-02-05 01:21:28pitroulinkissue11085 messages
2011-02-05 01:21:28pitroucreate