[Numpy-discussion] String type again.

Todd toddrjen at gmail.com
Wed Jul 16 06:48:09 EDT 2014


On Jul 16, 2014 11:43 AM, "Chris Barker" <chris.barker at noaa.gov> wrote:
> So numpy should have dtypes to match these. We're a bit stuck, however,
because 'S' mapped to the py2 string type, which no longer exists in py3.
Sorry not running py3 to see what 'S' does now, but I know it's bit broken,
and may be too late to change it

In py3 a 'S' dtype is converted to a python bytes object.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20140716/2a129cd5/attachment.html>


More information about the NumPy-Discussion mailing list