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 kristjan.jonsson
Recipients kristjan.jonsson
Date 2009-04-01.11:49:08
SpamBayes Score 1.0221137e-06
Marked as misclassified No
Message-id <1238586550.45.0.844379263332.issue5643@psf.upfronthosting.co.za>
In-reply-to
Content
Windows, Vista:
regrtest.py --verbose test__locale fails with:
  File "..\lib\test\regrtest.py", line 612, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "D:\pydev\python\branches\py3k\lib\test\test__locale.py", line 2, 
in <module>
    from _locale import (setlocale, LC_ALL, LC_CTYPE, LC_NUMERIC, 
RADIXCHAR, THOUSEP, nl_langinfo,
ImportError: cannot import name RADIXCHAR
1 test failed:
    test__locale
History
Date User Action Args
2009-04-01 11:49:10kristjan.jonssonsetrecipients: + kristjan.jonsson
2009-04-01 11:49:10kristjan.jonssonsetmessageid: <1238586550.45.0.844379263332.issue5643@psf.upfronthosting.co.za>
2009-04-01 11:49:09kristjan.jonssonlinkissue5643 messages
2009-04-01 11:49:08kristjan.jonssoncreate