Index: PyArray.java =================================================================== 694c694 < throw Py.ValueError("typecode must be in [zcbhilfd]"); --- > throw Py.TypeError("array() argument 1 must be char, not str");