This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ekorn
Recipients ekorn
Date 2008-12-05.11:45:54
SpamBayes Score 2.1135257e-07
Marked as misclassified No
Message-id <1228477555.39.0.103154485661.issue4545@psf.upfronthosting.co.za>
In-reply-to
Content
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. Whitespace seems identical and #doctest: +NORMALIZE_WHITESPACE 
does not help.
History
Date User Action Args
2008-12-05 11:45:55ekornsetrecipients: + ekorn
2008-12-05 11:45:55ekornsetmessageid: <1228477555.39.0.103154485661.issue4545@psf.upfronthosting.co.za>
2008-12-05 11:45:54ekornlinkissue4545 messages
2008-12-05 11:45:54ekorncreate