[pypy-issue] [issue1208] test format_locale fails

Ariel Ben-Yehuda tracker at bugs.pypy.org
Sat Jul 7 15:26:22 CEST 2012


New submission from Ariel Ben-Yehuda <arielb1 at mail.tau.ac.il>:

Test format_locale fails because of a bug in newformat._group_digits (it looks
for a null-terminator but python strings lack one so it falls of the end of the
string).

Also, I added some more locale tests.

----------
files: fix-_group_digits.patch
messages: 4559
nosy: arielby, pypy-issue
priority: bug
status: unread
title: test format_locale fails

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1208>
________________________________________


More information about the pypy-issue mailing list