[issue6656] locale.format_string fails on escaped percentage

R. David Murray report at bugs.python.org
Tue Aug 11 10:01:53 CEST 2009


R. David Murray <rdmurray at bitdance.com> added the comment:

I fixed this a different way that seems cleaner.  In the process, I
discovered that passing a mapping argument to format_string is
completely broken.  Here is an expanded set of tests that demonstrate
this.  This diff is against trunk.

----------
assignee:  -> r.david.murray
nosy: +r.david.murray
priority:  -> normal
type:  -> behavior
versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.5
Added file: http://bugs.python.org/file14690/locale-tests.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6656>
_______________________________________


More information about the Python-bugs-list mailing list