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 BreamoreBoy
Recipients BreamoreBoy, docs@python, eric.smith, ezio.melotti, py.user, r.david.murray, terry.reedy
Date 2014-06-13.00:04:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402617879.96.0.478515715954.issue13790@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:38:22) [MSC v.1600 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> '{0:d}'.format('a')
Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    '{0:d}'.format('a')
ValueError: Unknown format code 'd' for object of type 'str'

Nothing appears to have changed despite "the issue will go away in 3.4" in msg164373.  What should have happened here?
History
Date User Action Args
2014-06-13 00:04:40BreamoreBoysetrecipients: + BreamoreBoy, terry.reedy, eric.smith, ezio.melotti, r.david.murray, docs@python, py.user
2014-06-13 00:04:39BreamoreBoysetmessageid: <1402617879.96.0.478515715954.issue13790@psf.upfronthosting.co.za>
2014-06-13 00:04:39BreamoreBoylinkissue13790 messages
2014-06-13 00:04:39BreamoreBoycreate