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 eric.smith
Recipients LambertDW, eric.smith, pitrou, rhettinger
Date 2009-02-16.00:13:00
SpamBayes Score 5.5065996e-08
Marked as misclassified No
Message-id <1234743183.26.0.0643692998248.issue5247@psf.upfronthosting.co.za>
In-reply-to
Content
With this patch, I changed it to "format code", and made it more in line
with Antoine's original suggested message.

I'm okay with "format code" or "formatting code", but if we do use
either of those wordings, we should change the documentation to match.
Not sure if the PEP should be modified. It's slightly out of date anyway.

>>> '{0:x}'.format('')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: Unknown format code 'x' for object of type 'str'
>>>
History
Date User Action Args
2009-02-16 00:13:04eric.smithsetrecipients: + eric.smith, rhettinger, pitrou, LambertDW
2009-02-16 00:13:03eric.smithsetmessageid: <1234743183.26.0.0643692998248.issue5247@psf.upfronthosting.co.za>
2009-02-16 00:13:01eric.smithlinkissue5247 messages
2009-02-16 00:13:00eric.smithcreate