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 pitrou
Recipients pitrou
Date 2012-09-17.18:03:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347905010.83.0.632444428638.issue15958@psf.upfronthosting.co.za>
In-reply-to
Content
This should ideally succeed:

>>> b''.join([memoryview(b'foo'), b'bar'])
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: sequence item 0: expected bytes, memoryview found

(ditto for bytearray.join)
History
Date User Action Args
2012-09-17 18:03:34pitrousetrecipients: + pitrou
2012-09-17 18:03:30pitrousetmessageid: <1347905010.83.0.632444428638.issue15958@psf.upfronthosting.co.za>
2012-09-17 18:03:29pitroulinkissue15958 messages
2012-09-17 18:03:27pitroucreate