[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Typo in python-matplotlib



Hello Tiziano,

On Mon, Sep 8, 2008 at 12:07, Tiziano Zito <opossumnano@gmail.com> 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 maintenance branch')
>
> should read "NotImplementedError" instead of "NotImplmentedError".
> To reproduce just try:
>
>>>> from matplotlib import axes3d
> Traceback (most recent call last):
>  File "<stdin>", line 1, in <module>
>  File "/usr/lib/python2.5/site-packages/matplotlib/axes3d.py", line
> 1, in <module>
>    raise NotImplmentedError('axes3d is not supported in
> matplotlib-0.98.  You may want to try the 0.91.x maintenance branch')
> NameError: name 'NotImplmentedError' is not defined
>>>>

Thanks for the notice.

> not such a big deal, the import should fail with NotImplementedError
> instead of NameError. How is the policy for reporting such bugs
> upstream? Should I simply go and report, or is there an official
> "spokesman" of the DPMT?

Well, at your choice: you can report the bug on Debian BTS and let me
forward it or directly open the bug upstream (there are chances that
someone already reported it, either on their mailing list or BTS).

Kindly,
Sandro

-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


Reply to: