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 mrabarnett
Recipients eric.smith, mrabarnett
Date 2010-02-19.01:43:30
SpamBayes Score 8.675057e-10
Marked as misclassified No
Message-id <1266543811.72.0.924811821188.issue7951@psf.upfronthosting.co.za>
In-reply-to
Content
On a related note, this doesn't work either:

>>> "{-1}".format("x", "y", "z")
Traceback (most recent call last):
  File "<pyshell#3>", line 1, in <module>
    "{-1}".format("x", "y", "z")
KeyError: '-1'

It could return "z".

It also rejects a leading '+', but that would be optional anyway.
History
Date User Action Args
2010-02-19 01:43:31mrabarnettsetrecipients: + mrabarnett, eric.smith
2010-02-19 01:43:31mrabarnettsetmessageid: <1266543811.72.0.924811821188.issue7951@psf.upfronthosting.co.za>
2010-02-19 01:43:30mrabarnettlinkissue7951 messages
2010-02-19 01:43:30mrabarnettcreate