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 dangyogi
Recipients belopolsky, dangyogi
Date 2008-04-12.16:38:36
SpamBayes Score 0.49640995
Marked as misclassified No
Message-id <1208018317.44.0.121049406232.issue2598@psf.upfronthosting.co.za>
In-reply-to
Content
I was reading the 3.0 documentation:
http://docs.python.org/dev/3.0/library/string.html#formatstrings which
indicated that an identifier was required.  I was unaware of the
implementation note in the PEP.

They only issue remaining is that for the example in the title of this
issue, "{ +(}".format(**{' +(': 44}), no error is generated.  I agree
that this is a nit and presumably the will of the community reviewing
the PEP, so agree to having the issue rejected.

I would reject it myself, but am unable to do so...

Thank you for pointing out the PEP to me.
History
Date User Action Args
2008-04-12 16:38:37dangyogisetspambayes_score: 0.49641 -> 0.49640995
recipients: + dangyogi, belopolsky
2008-04-12 16:38:37dangyogisetspambayes_score: 0.49641 -> 0.49641
messageid: <1208018317.44.0.121049406232.issue2598@psf.upfronthosting.co.za>
2008-04-12 16:38:36dangyogilinkissue2598 messages
2008-04-12 16:38:36dangyogicreate