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 2011-11-30.07:53:09
SpamBayes Score 2.1300882e-06
Marked as misclassified No
Message-id <1322639590.75.0.71007469402.issue12014@psf.upfronthosting.co.za>
In-reply-to
Content
> I just noticed that the patch labelled strformat-as-document is
> actually the same as the other one, owing to my incompetence.

All three patches look different to me.

> 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. Otherwise, is there anything else I can
> do here? Is it necessary to write a PEP or take this to python-ideas
> or something?

There's still interest, at least from me :)

In my opinion we should have the documented behavior (integer or identifier as field_name), AND braces should be disallowed inside the format string, with the exception of one level of nesting in the format_spec part.

This should probably be taken to python-dev once more, as the previous discussion didn't reach consesus, except that the current approach is bad and something needs to be done.
History
Date User Action Args
2011-11-30 07:53:10petri.lehtinensetrecipients: + petri.lehtinen, rhettinger, mark.dickinson, eric.smith, eric.araujo, r.david.murray, Ben.Wolfson
2011-11-30 07:53:10petri.lehtinensetmessageid: <1322639590.75.0.71007469402.issue12014@psf.upfronthosting.co.za>
2011-11-30 07:53:10petri.lehtinenlinkissue12014 messages
2011-11-30 07:53:10petri.lehtinencreate