Message7239

Author alekstorm
Recipients alekstorm
Date 2012-06-17.21:08:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339967303.53.0.924120362785.issue1927@psf.upfronthosting.co.za>
In-reply-to
Content
>>> from io import BytesIO
>>> BytesIO('abc').getvalue()
"bytearray(b'abc')"

The string "bytearray" is literally in the returned value.
History
Date User Action Args
2012-06-17 21:08:23alekstormsetrecipients: + alekstorm
2012-06-17 21:08:23alekstormsetmessageid: <1339967303.53.0.924120362785.issue1927@psf.upfronthosting.co.za>
2012-06-17 21:08:23alekstormlinkissue1927 messages
2012-06-17 21:08:22alekstormcreate