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 maintenance branch')
>
> should read "NotImplementedError" instead of "NotImplmentedError".
> To reproduce just try:
>
 from matplotlib import axes3d
> Traceback (most recent call last):
>  File "", line 1, in 
>  File "/usr/lib/python2.5/site-packages/matplotlib/axes3d.py", line
> 1, in 
>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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



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 reproduce just try:

>>> from matplotlib import axes3d
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python2.5/site-packages/matplotlib/axes3d.py", line
1, in 
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
>>>

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?

thanks,
tiziano


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]