[NumPy-Tickets] [NumPy] #1734: assignment division not compatible with future division
NumPy Trac
numpy-tickets@scipy....
Fri Feb 4 18:10:16 CST 2011
#1734: assignment division not compatible with future division
-------------------------+--------------------------------------------------
Reporter: Daan | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: 1.5.2
Component: numpy.core | Version: 1.5.0
Resolution: wontfix | Keywords: integer division
-------------------------+--------------------------------------------------
Changes (by pv):
* status: new => closed
* resolution: => wontfix
Comment:
This is a wontfix. a <op>= b is in general not the same operation as a = a
<op> b.
Discussion on the mailing list can be done on this point, but it is a
design decision that has been discussed before.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1734#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list