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 xdegaye
Recipients xdegaye
Date 2016-12-17.08:35:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481963718.08.0.920050367938.issue28996@psf.upfronthosting.co.za>
In-reply-to
Content
These failures happen now that issue 28596 has been fixed and that locale.getpreferredencoding(False) returns 'UTF-8'.

======================================================================
FAIL: test_strcoll_with_diacritic (test.test_locale.TestEnUSCollation)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_locale.py", line 362, in test_strcoll_with_diacritic
    self.assertLess(locale.strcoll('à', 'b'), 0)
AssertionError: 1 not less than 0

======================================================================
FAIL: test_strxfrm_with_diacritic (test.test_locale.TestEnUSCollation)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_locale.py", line 365, in test_strxfrm_with_diacritic
    self.assertLess(locale.strxfrm('à'), locale.strxfrm('b'))
AssertionError: 'à' not less than 'b'

----------------------------------------------------------------------
History
Date User Action Args
2016-12-17 08:35:18xdegayesetrecipients: + xdegaye
2016-12-17 08:35:18xdegayesetmessageid: <1481963718.08.0.920050367938.issue28996@psf.upfronthosting.co.za>
2016-12-17 08:35:17xdegayelinkissue28996 messages
2016-12-17 08:35:17xdegayecreate