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 vstinner
Recipients Arfrever, eric.smith, ethan.furman, martin.panter, nascheme, ncoghlan, python-dev, vstinner
Date 2015-01-26.08:44:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422261852.63.0.67174012068.issue20284@psf.upfronthosting.co.za>
In-reply-to
Content
It's strange that %s format raises an error about the %b format:

>>> b's? %s' % 1
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: %b requires bytes, or an object that implements __bytes__, not 'int'
History
Date User Action Args
2015-01-26 08:44:12vstinnersetrecipients: + vstinner, nascheme, ncoghlan, eric.smith, Arfrever, ethan.furman, python-dev, martin.panter
2015-01-26 08:44:12vstinnersetmessageid: <1422261852.63.0.67174012068.issue20284@psf.upfronthosting.co.za>
2015-01-26 08:44:12vstinnerlinkissue20284 messages
2015-01-26 08:44:12vstinnercreate