Message127965
> 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? |
|
| Date |
User |
Action |
Args |
| 2011-02-05 01:21:30 | pitrou | set | recipients:
+ pitrou, brett.cannon, georg.brandl, rhettinger, terry.reedy, eric.araujo, r.david.murray, daniel.urban |
| 2011-02-05 01:21:29 | pitrou | set | messageid: <[email protected]> |
| 2011-02-05 01:21:28 | pitrou | link | issue11085 messages |
| 2011-02-05 01:21:28 | pitrou | create | |
|