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

Jack Diederich report at bugs.python.org
Thu Mar 26 22:09:30 CET 2009


Jack Diederich <jackdied at gmail.com> added the comment:

sets and frozensets have already been updated to format like lists. 
This patch formats defaultdicts like dicts.

----------
keywords: +patch
nosy: +jackdied
Added file: http://bugs.python.org/file13425/issue_5131.patch

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


More information about the Python-bugs-list mailing list