[Numpy-discussion] arr.copy(order='F') doesn't agree with docstring: what is intended behavior?

Pauli Virtanen pav at iki.fi
Sun Jun 27 14:45:24 EDT 2010


Sun, 27 Jun 2010 13:41:23 -0500, Kurt Smith wrote:
[clip]
> I misspoke (mistyped...).  So long as it has the 'F' behavior I'm happy,
> and I'll gladly file a bug report & patch to get the code to match the
> docs, assuming that's the intended behavior.

The problem is probably that the function is using PyArg_ParseTuple 
instead of PyArg_ParseTupleAndKeywords

> Who do I contact about getting a trac account?

Go to http://projects.scipy.org/numpy/ and select "Register".

-- 
Pauli Virtanen




More information about the NumPy-Discussion mailing list