blob: a33eff5c70592fce9b44de8d3fac067ee4912dad (
plain)
1
2
3
|
``repr()`` on a dict containing its own ``values()`` or ``items()`` no
longer raises ``RecursionError``; OrderedDict similarly. Instead, use
``...``, as for other recursive structures. Patch by Ben North.
|