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 vstinner
Recipients benjamin.peterson, ddvoinikov, loewis, python-dev, r.david.murray, vstinner
Date 2012-04-23.15:22:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwa-1QQq030E1D6-pJJWKzD7sJf3cH0KenCJQHZ7CtBffw@mail.gmail.com>
In-reply-to <E1SMKfv-0007Xa-RF@dinsdale.python.org>
Content
> New changeset c7163a7f7cd2 by Benjamin Peterson in branch 'default':
> inherit maxchar of field value where needed (closes #14648)
> http://hg.python.org/cpython/rev/c7163a7f7cd2

The patch is wrong if the format only gets a substring instead of the
full string. I have a pending patch for this.
History
Date User Action Args
2012-04-23 15:22:19vstinnersetrecipients: + vstinner, loewis, benjamin.peterson, ddvoinikov, r.david.murray, python-dev
2012-04-23 15:22:19vstinnerlinkissue14648 messages
2012-04-23 15:22:19vstinnercreate