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 serhiy.storchaka
Recipients docs@python, eric.smith, ezio.melotti, py.user, r.david.murray, serhiy.storchaka, terry.reedy
Date 2012-06-29.18:17:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340993852.12.0.3688715368.issue13790@psf.upfronthosting.co.za>
In-reply-to
Content
>>> '%d' % ([],)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: %d format: a number is required, not list
History
Date User Action Args
2012-06-29 18:17:32serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, eric.smith, ezio.melotti, r.david.murray, docs@python, py.user
2012-06-29 18:17:32serhiy.storchakasetmessageid: <1340993852.12.0.3688715368.issue13790@psf.upfronthosting.co.za>
2012-06-29 18:17:31serhiy.storchakalinkissue13790 messages
2012-06-29 18:17:31serhiy.storchakacreate