[issue4545] doctest seems to always fail on numpy.array2string

2008-12-05 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Doctest output scrupulously follows the output of an interactive session of python. On my machine: Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more

[issue4545] doctest seems to always fail on numpy.array2string

2008-12-05 Thread ekorn
New submission from ekorn <[EMAIL PROTECTED]>: I don't understand this doctest error, resulting from python test_doctest.py Failed example: numpy.array2string(numpy.arange(2)) Expected: [0 1] Got: '[0 1]' The specified output was copied-and-pasted directly from running the example.