[Numpy-tickets] [NumPy] #580: ExtGen uses Python 2.4 features
NumPy
numpy-tickets@scipy....
Fri Sep 14 18:12:14 CDT 2007
#580: ExtGen uses Python 2.4 features
------------------------+---------------------------------------------------
Reporter: rkern | Owner: pearu
Type: defect | Status: new
Priority: normal | Milestone: 1.0.4 Release
Component: numpy.f2py | Version: devel
Severity: normal | Keywords:
------------------------+---------------------------------------------------
I noticed in a buildbot log that @property was being used by !ExtGen. As
these are Python 2.4 features and we are still targeting Python 2.3, these
need to be changed to the {{{"foo = property(foo)"}}} form.
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/580>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list