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 eric.smith
Recipients Ben.Wolfson, eric.smith, mark.dickinson
Date 2011-05-06.08:47:16
SpamBayes Score 0.0001194018
Marked as misclassified No
Message-id <1304671639.03.0.113456644523.issue12014@psf.upfronthosting.co.za>
In-reply-to
Content
I haven't had time to completely review this, I will do so later today.

But let me just say that the string is first parsed for replacement strings inside curly braces. There's no issue with that, here.

Next, the string is parsed for conversion and format_spec, looking for "!" and ":" respectively. In your first example that gives:

field_name: '0['
conversion : ']'

It then tries to parse the field_name and gives you the first error.
History
Date User Action Args
2011-05-06 08:47:19eric.smithsetrecipients: + eric.smith, mark.dickinson, Ben.Wolfson
2011-05-06 08:47:19eric.smithsetmessageid: <1304671639.03.0.113456644523.issue12014@psf.upfronthosting.co.za>
2011-05-06 08:47:16eric.smithlinkissue12014 messages
2011-05-06 08:47:16eric.smithcreate