[Numpy-tickets] [NumPy] #875: numpy.lib.io.save fails with NameError
NumPy
numpy-tickets@scipy....
Tue Oct 28 10:05:43 CDT 2008
#875: numpy.lib.io.save fails with NameError
-----------------------+----------------------------------------------------
Reporter: hvontres | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.lib | Version: none
Severity: major | Resolution:
Keywords: |
-----------------------+----------------------------------------------------
Comment (by rmay):
Not surprising this causes problems on Python 2.3.5, since sorted was
added in Python 2.4:
http://docs.python.org/library/functions.html?highlight=sorted#sorted
If we're doing another 1.1.X release, this should be fixed, as it still
supports Python 2.3. However, this is a non-issue for >=1.2.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/875#comment:4>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list