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.

thanks,
Georg

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

Reply via email to