[issue11032] _string: formatter_field_name_split() and formatter_parser() don't check input type

Eric Smith report at bugs.python.org
Sat Jan 29 12:30:30 CET 2011


Eric Smith <eric at trueblade.com> added the comment:

Actually this error doesn't exist on older versions because these used to be methods on a string. The error was introduced in r85456 (issue 9418) when these became functions in the _string module.

No need to backport.

----------
resolution:  -> accepted
stage:  -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list