From f98dd140b7be0f2d6cd6ef368b6be036a321aa1f 2014-02-04 23:47:14 From: Brian E. Granger Date: 2014-02-04 23:47:14 Subject: [PATCH] Merge pull request #5003 from takluyver/thats-pretty-super 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, '