Re: Typo in python-matplotlib

2008-09-13 Thread Andrew Straw
Hi Tiziano. Thanks for the report. It looks like this was closed upstream a month or so ago: r5977 | mdboom | 2008-08-05 12:32:44 -0700 (Tue, 05 Aug 2008) | 2 lines Changed paths: M /trunk/matplotlib/lib/matplotlib/axes3d.py [ 2033106 ] Wrong exception raised (typo) in axes3d.py Tiziano Zito

Re: Typo in python-matplotlib

2008-09-08 Thread Sandro Tosi
Hello Tiziano, On Mon, Sep 8, 2008 at 12:07, Tiziano Zito <[EMAIL PROTECTED]> wrote: > Hi, in the package python-matplotlib I've just hit a typo in > /usr/share/pyshared/matplotlib/axes3d.py: > > raise NotImplmentedError('axes3d is not supported in matplotlib-0.98. > You may want to try the 0.91.x

Typo in python-matplotlib

2008-09-08 Thread Tiziano Zito
Hi, in the package python-matplotlib I've just hit a typo in /usr/share/pyshared/matplotlib/axes3d.py: raise NotImplmentedError('axes3d is not supported in matplotlib-0.98. You may want to try the 0.91.x maintenance branch') should read "NotImplementedError" instead of "NotImplmentedError". To re