[Python-checkins] r77788 - python/trunk/Lib/UserDict.py

M.-A. Lemburg mal at egenix.com
Sat Jan 30 12:51:15 CET 2010


Benjamin Peterson wrote:
> 2010/1/27 M.-A. Lemburg <mal at egenix.com>:
>> benjamin.peterson wrote:
>>> Author: benjamin.peterson
>>> Date: Wed Jan 27 03:15:28 2010
>>> New Revision: 77788
>>>
>>> Log:
>>> for UserDict to be compatible with abcs, it must subclass object
>>
>> Please add a clear mention of this change to Misc/NEWS - it could
>> break existing applications that rely on UserDict being an old-style
>> class.
> 
> Good point. Done.

BTW: Shouldn't UserDict be a subclass of collections.MutableMapping ?
(those are new-style classes too)

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Jan 30 2010)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try our new mxODBC.Connect Python Database Interface for free ! ::::


   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/


More information about the Python-checkins mailing list