[Numpy-tickets] [NumPy] #821: Numpy 1.1.0 broken for Python 2.3, because of unsupported dictionary update
NumPy
numpy-tickets@scipy....
Mon Sep 15 02:41:53 CDT 2008
#821: Numpy 1.1.0 broken for Python 2.3, because of unsupported dictionary update
-----------------------+----------------------------------------------------
Reporter: dhendriks | Owner: pearu
Type: defect | Status: reopened
Priority: high | Milestone: 1.1.2
Component: numpy.ma | Version:
Severity: major | Resolution:
Keywords: |
-----------------------+----------------------------------------------------
Changes (by dhendriks):
* status: closed => reopened
* resolution: fixed =>
Comment:
Once again a unit test failure:
{{{
ERROR: test_empty_file (numpy.lib.tests.test_io.TestLoadTxt)
----------------------------------------------------------------------
Traceback (most recent call last):
File "XXX/lib/python2.3/site-packages/numpy/lib/tests/test_io.py", line
167, in test_empty_file
assert_raises(IOError, np.loadtxt, c)
NameError: global name 'assert_raises' is not defined
}}}
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/821#comment:32>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list