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 py.user
Recipients BreamoreBoy, docs@python, eric.smith, ezio.melotti, py.user, r.david.murray, terry.reedy
Date 2014-06-13.01:21:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402622490.7.0.370253847935.issue13790@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.7.7 is still printing.

>>> format([], 'd')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: Unknown format code 'd' for object of type 'str'
>>>
History
Date User Action Args
2014-06-13 01:21:30py.usersetrecipients: + py.user, terry.reedy, eric.smith, ezio.melotti, r.david.murray, docs@python, BreamoreBoy
2014-06-13 01:21:30py.usersetmessageid: <1402622490.7.0.370253847935.issue13790@psf.upfronthosting.co.za>
2014-06-13 01:21:30py.userlinkissue13790 messages
2014-06-13 01:21:30py.usercreate