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 r.david.murray
Recipients bsder, r.david.murray
Date 2014-02-26.18:51:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393440683.78.0.0110272851214.issue20783@psf.upfronthosting.co.za>
In-reply-to
Content
That isn't a valid bytearray initialization call.  The two argument form is (string, encoding), not (size, string).  The error message you get is a bit funky and not particularly informative, though.  Maybe someone will want to try to improve that.
History
Date User Action Args
2014-02-26 18:51:23r.david.murraysetrecipients: + r.david.murray, bsder
2014-02-26 18:51:23r.david.murraysetmessageid: <1393440683.78.0.0110272851214.issue20783@psf.upfronthosting.co.za>
2014-02-26 18:51:23r.david.murraylinkissue20783 messages
2014-02-26 18:51:23r.david.murraycreate