Am 08.04.2013 09:14, schrieb Georg Brandl:
> Hi,
> 
> is it intentional that "I" is supported as a dtype character, but cannot be
> suffixed with a size?
> 
>>>> dtype('i1')
> dtype('int8')
>>>> dtype('I1')
> dtype('uint32')
> 
> I know "u" is documented as unsigned integer, but this seems an unnecessary
> restriction that is confusing.

Looking at the code, I see now that using "I2" raises a
DeprecationWarning anyway, which is fair enough.

Georg

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to