Message231766
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. |
|
Date |
User |
Action |
Args |
2014-11-27 16:00:51 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, rhettinger, mark.dickinson, larry, abacabadabacaba, ethan.furman, python-dev |
2014-11-27 16:00:51 | serhiy.storchaka | set | messageid: <1417104051.23.0.758106135693.issue22609@psf.upfronthosting.co.za> |
2014-11-27 16:00:51 | serhiy.storchaka | link | issue22609 messages |
2014-11-27 16:00:51 | serhiy.storchaka | create | |
|