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 sbt
Recipients ezio.melotti, jcea, mjacob, python-dev, sbt, vstinner
Date 2013-02-26.13:23:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361884983.86.0.484792146158.issue17223@psf.upfronthosting.co.za>
In-reply-to
Content
The new test seems to be reliably failing on Windows:

======================================================================
FAIL: test_issue17223 (__main__.UnicodeTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Repos\cpython-dirty\lib\test\test_array.py", line 1075, in test_issue17223
    self.assertRaises(ValueError, a.tounicode)
AssertionError: ValueError not raised by tounicode

----------------------------------------------------------------------
History
Date User Action Args
2013-02-26 13:23:03sbtsetrecipients: + sbt, jcea, vstinner, ezio.melotti, python-dev, mjacob
2013-02-26 13:23:03sbtsetmessageid: <1361884983.86.0.484792146158.issue17223@psf.upfronthosting.co.za>
2013-02-26 13:23:03sbtlinkissue17223 messages
2013-02-26 13:23:03sbtcreate