blob: 1d959a3b22284c2ddd3e9d3cd1adb552fb063273 (
plain)
1
2
3
|
Harmonized the pure Python version of :class:`~collections.OrderedDict` with the C version. Now,
both versions set up their internal state in ``__new__``. Formerly, the pure
Python version did the set up in ``__init__``.
|