This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson, eric.smith, georg.brandl, vstinner
Date 2011-01-29.02:55:08
SpamBayes Score 1.5224307e-06
Marked as misclassified No
Message-id <AANLkTimCUiA7YTNMdeX2KAvjCX=bu38T6NGWEFonNKX0@mail.gmail.com>
In-reply-to <1296257238.92.0.706865026586.issue11032@psf.upfronthosting.co.za>
Content
2011/1/28 Eric Smith <report@bugs.python.org>:
>
> Eric Smith <eric@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@bugs.python.org>
> <http://bugs.python.org/issue11032>
> _______________________________________
>
History
Date User Action Args
2011-01-29 02:55:09benjamin.petersonsetrecipients: + benjamin.peterson, georg.brandl, vstinner, eric.smith
2011-01-29 02:55:08benjamin.petersonlinkissue11032 messages
2011-01-29 02:55:08benjamin.petersoncreate