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.

classification
Title: test__locale broken on trunk
Type: behavior Stage: resolved
Components: Tests Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ocean-city Nosy List: ocean-city, pitrou, vshenoy
Priority: normal Keywords:

Created on 2009-06-05 21:21 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg88973 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2009-06-05 21:21
======================================================================
ERROR: test_lc_numeric_localeconv (test.test__locale._LocaleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/cpython/__svn__/Lib/test/test__locale.py", line
88, in test_lc_numeric_localeconv
    "thousands_sep"):
ValueError: too many values to unpack
msg88996 - (view) Author: Vikram U Shenoy (vshenoy) Date: 2009-06-06 11:02
Georg has fixed it in r73252.
History
Date User Action Args
2022-04-11 14:56:49adminsetgithub: 50463
2009-06-06 18:11:52ezio.melottisetstatus: open -> closed
resolution: fixed
stage: needs patch -> resolved
2009-06-06 11:02:38vshenoysetnosy: + vshenoy
messages: + msg88996
2009-06-05 21:21:30pitroucreate