[Numpy-discussion] NotImplementedType should be an exception

Charles R Harris charlesr.harris at gmail.com
Sat Jun 21 01:21:56 EDT 2008


Shouldn't this raise an NotImplementedError exception?

In [7]: type(remainder(complex192(1), complex192(1)))
Out[7]: <type 'NotImplementedType'>

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080620/c08c906d/attachment.html>


More information about the NumPy-Discussion mailing list