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 skrah
Recipients aparamon, skrah, xtreak
Date 2018-10-06.09:59:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538819996.55.0.545547206417.issue34905@psf.upfronthosting.co.za>
In-reply-to
Content
>>> mview.format
'B'
>>> mview[:] = array.array('B', b'hello')


Bytes have format 'B', so this works as expected.
History
Date User Action Args
2018-10-06 09:59:56skrahsetrecipients: + skrah, xtreak, aparamon
2018-10-06 09:59:56skrahsetmessageid: <1538819996.55.0.545547206417.issue34905@psf.upfronthosting.co.za>
2018-10-06 09:59:56skrahlinkissue34905 messages
2018-10-06 09:59:56skrahcreate