This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients abacabadabacaba, ethan.furman, larry, mark.dickinson, python-dev, rhettinger, serhiy.storchaka
Date 2014-11-27.16:00:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417104051.23.0.758106135693.issue22609@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately there is existing test for current behavior of UserDict:

    self.assertEqual(collections.UserDict(dict=[('one',1), ('two',2)]), d2)

This looks wrong to me and I think we should break compatibility here.
History
Date User Action Args
2014-11-27 16:00:51serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, mark.dickinson, larry, abacabadabacaba, ethan.furman, python-dev
2014-11-27 16:00:51serhiy.storchakasetmessageid: <1417104051.23.0.758106135693.issue22609@psf.upfronthosting.co.za>
2014-11-27 16:00:51serhiy.storchakalinkissue22609 messages
2014-11-27 16:00:51serhiy.storchakacreate