[issue5131] pprint doesn't know how to print a defaultdict

Ben Bass report at bugs.python.org
Tue Sep 28 16:50:26 CEST 2010


Ben Bass <benpaulbass at googlemail.com> added the comment:

Same applies to collections.deque, which seems closely related (being another collections class).  Can this get addressed here or should I open another issue?

(just been pprinting defaultdict(deque) objects, which clearly fails :)

----------
nosy: +bpb

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5131>
_______________________________________


More information about the Python-bugs-list mailing list