Message8889

Author roskakori
Recipients fwierzbicki, roskakori, sqxu, zyasoft
Date 2014-07-26.08:45:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406364308.87.0.0706711354262.issue1830@psf.upfronthosting.co.za>
In-reply-to
Content
For the record: in C-Python 2.7.6 under Ubuntu 14.04 with OpenJDK 1.7.0_55 you get an AssertionError without a message:

  >>> assert False, u"\u4eee\u60f3\u30a4\u30e1\u30fc\u30b8\u300c"
  Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
  AssertionError

In Python 3.4.0 you get an AssertionError with unicode characters.
History
Date User Action Args
2014-07-26 08:45:08roskakorisetmessageid: <1406364308.87.0.0706711354262.issue1830@psf.upfronthosting.co.za>
2014-07-26 08:45:08roskakorisetrecipients: + roskakori, fwierzbicki, zyasoft, sqxu
2014-07-26 08:45:08roskakorilinkissue1830 messages
2014-07-26 08:45:08roskakoricreate