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 antoine.pietri, serhiy.storchaka
Date 2017-06-26.13:06:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498482378.99.0.332917820903.issue30762@psf.upfronthosting.co.za>
In-reply-to
Content
This already is fixed in issue29116.

>>> b'a' + 'a'
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: can't concat str to bytes
History
Date User Action Args
2017-06-26 13:06:19serhiy.storchakasetrecipients: + serhiy.storchaka, antoine.pietri
2017-06-26 13:06:18serhiy.storchakasetmessageid: <1498482378.99.0.332917820903.issue30762@psf.upfronthosting.co.za>
2017-06-26 13:06:18serhiy.storchakalinkissue30762 messages
2017-06-26 13:06:18serhiy.storchakacreate