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 Michael.Felt
Recipients Michael.Felt, alef, sable, vstinner
Date 2018-08-28.09:02:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535446940.13.0.56676864532.issue11190@psf.upfronthosting.co.za>
In-reply-to
Content
Ok - testing other Python3 versions:

3.4.9 - failed
3.5.5 - failed

3.7.0 - passes - ah - but due to skip tests!
test_strcoll (test.test_locale.TestEnUSCollation) ... testing with 'en_US.ISO8859-1'... ok
test_strcoll_with_diacritic (test.test_locale.TestEnUSCollation) ... skipped 'bpo-29972: broken test on AIX'
test_strxfrm (test.test_locale.TestEnUSCollation) ... testing with 'en_US.ISO8859-1'... ok
test_strxfrm_with_diacritic (test.test_locale.TestEnUSCollation) ... skipped 'bpo-29972: broken test on AIX'

So, I guess it is still an issue to be examined, just not urgently.
History
Date User Action Args
2018-08-28 09:02:20Michael.Feltsetrecipients: + Michael.Felt, vstinner, sable, alef
2018-08-28 09:02:20Michael.Feltsetmessageid: <1535446940.13.0.56676864532.issue11190@psf.upfronthosting.co.za>
2018-08-28 09:02:19Michael.Feltlinkissue11190 messages
2018-08-28 09:02:19Michael.Feltcreate