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

Benjamin Peterson report at bugs.python.org
Sat Jan 29 03:55:09 CET 2011


Benjamin Peterson <benjamin at python.org> added the comment:

2011/1/28 Eric Smith <report at bugs.python.org>:
>
> Eric Smith <eric at trueblade.com> added the comment:
>
> Release manager: You can decide if this fix should go in before 3.2. It's a trivial fix to a crasher, but it's extremely unlikely anyone would trip over it. It's been a crasher since 3.0.

Fine w/ me.

>
> It's also a crasher in 2.7, although there it's in the str module and the method names have leading underscores.
>
> ----------
> assignee:  -> georg.brandl
> components: +Extension Modules -Library (Lib)
> nosy: +benjamin.peterson, georg.brandl
> priority: normal -> release blocker
> title: _string: formatter_field_name_split() and formatter_parser doesn't check input type -> _string: formatter_field_name_split() and formatter_parser() don't check input type
> versions: +Python 2.7
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue11032>
> _______________________________________
>

----------

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


More information about the Python-bugs-list mailing list