[docs] [issue10379] locale.format() input regression

Eric V. Smith report at bugs.python.org
Tue Apr 2 13:32:54 CEST 2013


Eric V. Smith added the comment:

Barry meant that the upstream program that triggered this error has been changed to call format_string() instead of format(). The bug still exists in format().

My suggestion is to have format() be an alias for format_string(). Deprecating format() is an optional step, but may not be worth the hassle.

----------

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


More information about the docs mailing list