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 serhiy.storchaka
Recipients ezio.melotti, lemburg, loewis, python-dev, serhiy.storchaka, terry.reedy, tierlieb, vstinner
Date 2015-11-29.14:17:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448806662.28.0.465205843481.issue25742@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/builders/x86%20XP-4%202.7/builds/3517/steps/test/logs/stdio
======================================================================
ERROR: test_setlocale_unicode (test.test_locale.TestMiscellaneous)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "d:\cygwin\home\db3l\buildarea\2.7.bolen-windows\build\lib\test\test_locale.py", line 497, in test_setlocale_unicode
    old_loc = locale.getlocale(locale.LC_ALL)
  File "d:\cygwin\home\db3l\buildarea\2.7.bolen-windows\build\lib\locale.py", line 565, in getlocale
    raise TypeError, 'category LC_ALL is not supported'
TypeError: category LC_ALL is not supported

----------------------------------------------------------------------
History
Date User Action Args
2015-11-29 14:17:42serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, terry.reedy, vstinner, ezio.melotti, python-dev, tierlieb
2015-11-29 14:17:42serhiy.storchakasetmessageid: <1448806662.28.0.465205843481.issue25742@psf.upfronthosting.co.za>
2015-11-29 14:17:42serhiy.storchakalinkissue25742 messages
2015-11-29 14:17:41serhiy.storchakacreate