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 petri.lehtinen
Recipients Ben.Wolfson, eric.araujo, eric.smith, mark.dickinson, petri.lehtinen, r.david.murray, rhettinger
Date 2012-05-22.18:28:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337711295.52.0.0728323459726.issue12014@psf.upfronthosting.co.za>
In-reply-to
Content
Ben,

As I've said, I think that we should go for the documented behavior with the addition of not allowing braces inside the format string (with the exception of format_spec).

So AFAICS, index_string would become

index_string      ::=  <any source character except "]" or "{" or "}"> +

> Anyway, as far as I can tell the patches would have to be reworked in
> the light of recent changes anyway. I am willing to do this if there's
> actually interest. 

Are you still willing to rework the patches?

And as I said already earlier, it wouldn't hurt if this was taken to python-dev once more. If there's a good, working patch ready, it might make it easier to gain consensus.
History
Date User Action Args
2012-05-22 18:28:15petri.lehtinensetrecipients: + petri.lehtinen, rhettinger, mark.dickinson, eric.smith, eric.araujo, r.david.murray, Ben.Wolfson
2012-05-22 18:28:15petri.lehtinensetmessageid: <1337711295.52.0.0728323459726.issue12014@psf.upfronthosting.co.za>
2012-05-22 18:28:14petri.lehtinenlinkissue12014 messages
2012-05-22 18:28:14petri.lehtinencreate