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 anthon
Recipients anthon, eric.smith
Date 2015-09-09.06:50:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441781422.17.0.0724708119896.issue25034@psf.upfronthosting.co.za>
In-reply-to
Content
The problem lies in the recursive call to _vformat which might consume fields without name ({}) and increment auto_arg_index, but that
incremented value was not returned to the parent.

Since the line became longer than pep8 allowed I wrapped all of the method call arguments to the next line, hope that that's ok.

The patch is against the mercurial repository and works for 3.4.1 upwards.
History
Date User Action Args
2015-09-09 06:50:22anthonsetrecipients: + anthon, eric.smith
2015-09-09 06:50:22anthonsetmessageid: <1441781422.17.0.0724708119896.issue25034@psf.upfronthosting.co.za>
2015-09-09 06:50:22anthonlinkissue25034 messages
2015-09-09 06:50:21anthoncreate