[Python-3000] Location of UserDict, UserList, and UserString

Brett Cannon brett at python.org
Sun Feb 10 02:32:12 CET 2008


On Feb 9, 2008 1:33 PM, Raymond Hettinger <python at rcn.com> wrote:
> In the process of getting UserDict updated to subclass from MutableMapping, it ended-up in the collections module during the
> transistion.  Probably, all three should end-up in the same place, either in the collections module or in their own modules.  What
> do you guys think?  Do you like them in collections or as separate modules?
>

+1 on collections.

-Brett


More information about the Python-3000 mailing list