[NumPy-Tickets] [NumPy] #1968: PY3K bug in numpy.info (numpy/lib/utils.py)
NumPy Trac
numpy-tickets@scipy....
Sun Oct 23 20:53:04 CDT 2011
#1968: PY3K bug in numpy.info (numpy/lib/utils.py)
------------------------------+---------------------------------------------
Reporter: warren.weckesser | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.lib | Version: 1.6.0
Keywords: |
------------------------------+---------------------------------------------
The problem was reported in a scipy ticket:
http://projects.scipy.org/scipy/ticket/1541
but it is a Py3K issue in numpy.info. Specifically, the code in
numpy/lib/utils.py uses types.InstanceType, but that name no longer exists
in Python 3.x.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1968>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list