[NumPy-Tickets] [NumPy] #1218: numpy.array2string ignores "style" kwarg
NumPy Trac
numpy-tickets@scipy....
Tue Mar 29 10:52:24 CDT 2011
#1218: numpy.array2string ignores "style" kwarg
-------------------------------+--------------------------------------------
Reporter: AndreasKloeckner | Owner: somebody
Type: defect | Status: closed
Priority: normal | Milestone: Unscheduled
Component: numpy.core | Version: devel
Resolution: invalid | Keywords:
-------------------------------+--------------------------------------------
Changes (by rgommers):
* status: new => closed
* resolution: => invalid
Comment:
The style kw is only used for a 0-D array (array.shape == ()), and that
works. This has been the case for 5 years, it seems a little pointless but
it is what it is.
Added some tests for array2string in commit:4b45c32
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1218#comment:2>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list