Closed
Description
Original ticket http://projects.scipy.org/numpy/ticket/718 on 2008-04-04 by trac user Elby, assigned to unknown.
numpy.float32 has a tolist method that standard python's float does not have, but this method does not return a list.
This can leads to bugs as reported in this thread, and IMHO this should be fixed or clearly explained.