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 socketpair
Recipients socketpair
Date 2016-10-07.14:28:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475850520.09.0.230705784029.issue28385@psf.upfronthosting.co.za>
In-reply-to
Content
$ python3 -c "'{0:s}'.format(b'qwe')"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
TypeError: non-empty format string passed to object.__format__

Spent many hours to detect bug in my code.
History
Date User Action Args
2016-10-07 14:28:40socketpairsetrecipients: + socketpair
2016-10-07 14:28:40socketpairsetmessageid: <1475850520.09.0.230705784029.issue28385@psf.upfronthosting.co.za>
2016-10-07 14:28:39socketpairlinkissue28385 messages
2016-10-07 14:28:39socketpaircreate