Message197790
An OrderedDict is a dict subclass and needs to accept the same inputs as dict methods. This is a guaranteed API and not a bug.
It is not the OrderedDict's fault if you supply an unordered input. It can't add order after the fact. |
|
Date |
User |
Action |
Args |
2013-09-15 16:49:46 | rhettinger | set | recipients:
+ rhettinger, techtonik |
2013-09-15 16:49:46 | rhettinger | set | messageid: <1379263786.64.0.114161493355.issue19026@psf.upfronthosting.co.za> |
2013-09-15 16:49:46 | rhettinger | link | issue19026 messages |
2013-09-15 16:49:46 | rhettinger | create | |
|