Message231766
| 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: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 | |