please restore the way dtype prints to original version

Hi,
Change set 3213 changed the data type printing with an array from something like dtype=int64 to dtype='int64'. Although this is a small cosmetic change it has broken all of the doctests I have written for numpy code. I expect that I am not the only person this change has caught. Please restore the previous behavior until after the 1.0 release at least.
Thank you,
Chris

Christopher Hanley wrote:
Hi,
Change set 3213 changed the data type printing with an array from something like dtype=int64 to dtype='int64'. Although this is a small cosmetic change it has broken all of the doctests I have written for numpy code.
I was changing the way dtypes print and this was an unexpected consequence. It has been restored. Please try r3215
-Travis
participants (2)
-
Christopher Hanley
-
Travis Oliphant