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 vinay.sajip
Recipients etobis, vinay.sajip
Date 2013-02-13.14:28:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360765730.58.0.189472973042.issue17199@psf.upfronthosting.co.za>
In-reply-to
Content
It's not a bug - the reason it's like that is that it allows conversion and format specifiers to be given - {field_name!conversion:format_spec}.

Of course a more robust solution using regular expressions could be implemented, but it's not really worth it. If there's a misspelt field name, generally you'll know because there will either be an exception raised, or (in production) no output will be produced.
History
Date User Action Args
2013-02-13 14:28:50vinay.sajipsetrecipients: + vinay.sajip, etobis
2013-02-13 14:28:50vinay.sajipsetmessageid: <1360765730.58.0.189472973042.issue17199@psf.upfronthosting.co.za>
2013-02-13 14:28:50vinay.sajiplinkissue17199 messages
2013-02-13 14:28:50vinay.sajipcreate