Ticket #834 (closed defect: invalid)

Opened 21 months ago

Last modified 21 months ago

numpy.sort sometimes doesn't handle strings right

Reported by: cdavid Owned by: somebody
Priority: normal Milestone: 1.2.0
Component: Other Version: none
Keywords: Cc:

Description

See ticket 656 on scipy trac.

Change History

Changed 21 months ago by charris

  • status changed from new to closed
  • resolution set to invalid

Fixed Months ago. Should be OK in 1.1

In [1]: numpy.sort(numpy.array(['\x01\x00\x02','\x01\x00\x04','\x01\x00\x02']))
Out[1]: 
array(['\x01\x00\x02', '\x01\x00\x02', '\x01\x00\x04'], 
      dtype='|S3')

Note: See TracTickets for help on using tickets.