[Numpy-discussion] iscomplex on strings
Matthew Brett
matthew.brett at gmail.com
Wed Sep 13 19:09:50 CDT 2006
Hi,
I was surprised by this - but maybe I shouldn't have been:
In [7]:iscomplex('a')
Out[7]:True
In [8]:iscomplex(u'a')
Out[8]:True
Best,
Matthew
More information about the Numpy-discussion
mailing list