From 98b296848af3bf4c822ff305710de2864bcbc0b7 2014-02-03 18:25:26 From: Thomas Kluyver Date: 2014-02-03 18:25:26 Subject: [PATCH] Fix pretty reprs of super objects --- diff --git a/IPython/lib/pretty.py b/IPython/lib/pretty.py index 2da3dd8..d54bcd4 100644 --- a/IPython/lib/pretty.py +++ b/IPython/lib/pretty.py @@ -678,7 +678,7 @@ def _dict_pprinter_factory(start, end, basetype=None): def _super_pprint(obj, p, cycle): """The pprint for the super type.""" p.begin_group(8, '