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 lemburg
Recipients Arfrever, berker.peksag, lemburg, loewis, python-dev, serhiy.storchaka, vstinner
Date 2014-10-02.08:38:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <542D0EE1.9050902@egenix.com>
In-reply-to <1412238275.51.0.867579959045.issue20079@psf.upfronthosting.co.za>
Content
On 02.10.2014 10:24, STINNER Victor wrote:
> 
> STINNER Victor added the comment:
> 
> A lot of buildbot failed. Example:
> 
> http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/2692/steps/test/logs/stdio
> 
> ======================================================================
> FAIL: test_valencia_modifier (test.test_locale.NormalizeTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_locale.py", line 428, in test_valencia_modifier
>     self.check('ca_ES@valencia', 'ca_ES.ISO8859-1@valencia')
>   File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_locale.py", line 370, in check
>     self.assertEqual(locale.normalize(localename), expected, msg=localename)
> AssertionError: 'ca_ES.ISO8859-15@valencia' != 'ca_ES.ISO8859-1@valencia'
> - ca_ES.ISO8859-15@valencia
> ?                -
> + ca_ES.ISO8859-1@valencia
>  : ca_ES@valencia

I guess the test have to be adjusted as well :-)

What I don't understand is why the above case failed. That mapping
wasn't changed by the patch, AFAICT.
History
Date User Action Args
2014-10-02 08:38:00lemburgsetrecipients: + lemburg, loewis, vstinner, Arfrever, python-dev, berker.peksag, serhiy.storchaka
2014-10-02 08:38:00lemburglinkissue20079 messages
2014-10-02 08:38:00lemburgcreate