On 8/23/06, Barry Warsaw <[EMAIL PROTECTED]> wrote:
> Where it comes to the library, I think we ought to concentrate on
> reducing duplication.  TOOWTDI.  Get rid of the User* modules.

Generally a good idea, but we still need somewhere to put DictMixin.
It's too bad you can't just use the unbound methods like::

    dict.update(dict-like-object, *args, **kwargs)

or we could drop DictMixin entirely.

Steve
-- 
I'm not *in*-sane. Indeed, I am so far *out* of sane that you appear a
tiny blip on the distant coast of sanity.
        --- Bucky Katt, Get Fuzzy
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to