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 trent
Recipients trent
Date 2012-10-17.02:19:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350440395.6.0.0364005495024.issue16258@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
ERROR: test_strxfrm (test.test_locale.TestEnUSCollation)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/cpython/buildslave/3.x.snakebite-solaris10-u10ga2-sparc64-1/build/Lib/test/test_locale.py", line 346, in test_strxfrm
    self.assertLess(locale.strxfrm('a'), locale.strxfrm('b'))
ValueError: character U+101010e is not in range [U+0000; U+10ffff]

======================================================================
ERROR: test_strxfrm_with_diacritic (test.test_locale.TestEnUSCollation)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/cpython/buildslave/3.x.snakebite-solaris10-u10ga2-sparc64-1/build/Lib/test/test_locale.py", line 367, in test_strxfrm_with_diacritic
    self.assertLess(locale.strxfrm('à'), locale.strxfrm('b'))
ValueError: character U+101010e is not in range [U+0000; U+10ffff]

----------------------------------------------------------------------

Haven't investigated yet.
History
Date User Action Args
2012-10-17 02:19:55trentsetrecipients: + trent
2012-10-17 02:19:55trentsetmessageid: <1350440395.6.0.0364005495024.issue16258@psf.upfronthosting.co.za>
2012-10-17 02:19:55trentlinkissue16258 messages
2012-10-17 02:19:55trentcreate