[Numpy-discussion] Unpleasant behavior with poly1d and numpy scalar multiplication
Fernando Perez
fperez.net@gmail....
Sun Feb 14 02:24:27 CST 2010
On Sun, Feb 14, 2010 at 2:17 AM, Charles R Harris
<charlesr.harris@gmail.com> wrote:
> That's what I was looking for. I see that it works for python >= 2.4 with
> some work. Does it work for python 3.1 also?
I haven't tried, but a quick scan of the code makes me think it would
be pretty easy to port it to 3.1. It's all fairly straightforward
code, so a 2to3 pass might be sufficient.
Cheers,
f
More information about the NumPy-Discussion
mailing list