[IPython-dev] Fix for bug #2122 not in 0.13.2

Walter Dörwald walter at livinglogic.de
Fri Apr 12 05:25:43 EDT 2013


On 11.04.13 18:37, MinRK wrote:

> That's correct - it was missed in my initial search for PRs to backport,
> and nobody proposed that it be included.

Ah, OK, so I misinterpreted the fact that the bug was fixed and the fix 
was committed.

So, consider this a request for the bugfix to be backported! ;)

Servus,
    Walter

> On Thu, Apr 11, 2013 at 7:11 AM, Walter Dörwald <walter at livinglogic.de
> <mailto:walter at livinglogic.de>> wrote:
>
>     It seems that the fix for bug #2122 wasn't include in 0.13.2.
>
>     Here's the commit:
>
>
>     https://github.com/ipython/ipython/commit/8654deefccde5dc6b72b0fb210704ffc7a6630d5#IPython/lib/pretty.py
>
>     However when I download
>
>     https://pypi.python.org/packages/source/i/ipython/ipython-0.13.2.tar.gz
>
>     IPython/lib/pretty.py still contains:
>
>          if '_repr_pretty_' in obj_class.__dict__:
>             meth = obj_class._repr_pretty_
>
>     in RepresentationPrinter.pretty() instead of:
>
>          if '_repr_pretty_' in cls.__dict__:
>             meth = cls._repr_pretty_
>
>     Servus,
>          Walter
>     _______________________________________________
>     IPython-dev mailing list
>     IPython-dev at scipy.org <mailto:IPython-dev at scipy.org>
>     http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>




More information about the IPython-dev mailing list