Because writing "arr.ravel('F')" doesn't seem as descriptive as
"arr.ravel(order='F')", I wrote this simple patch.  I added mention of the
order='A' parameter to a few places it is relevant as well.  Here's the
branch on github:

http://github.com/m-paradox/numpy/compare/master...ravel_keyword_arg

Could someone review it for me?  It also fixes the following ticket:

http://projects.scipy.org/numpy/ticket/1581

Thanks,
Mark
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to