Message127662
> Why not just put them in the 'abc' namespace?
Two reasons:
* There are lots of ABCs scattered throughout the standard libary that aren't collections ABCs (the importlib ABCs and IO ABCs for example).
* Guido viewed collections ABCs as tightly associated with collections. |
|
| Date |
User |
Action |
Args |
| 2011-01-31 20:59:09 | rhettinger | set | recipients:
+ rhettinger, r.david.murray |
| 2011-01-31 20:59:09 | rhettinger | set | messageid: <[email protected]> |
| 2011-01-31 20:59:08 | rhettinger | link | issue11085 messages |
| 2011-01-31 20:59:08 | rhettinger | create | |
|