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 benjamin.peterson
Recipients benjamin.peterson, kaizhu, lasko
Date 2009-09-08.02:16:03
SpamBayes Score 0.00011935455
Marked as misclassified No
Message-id <1252376165.57.0.937145386422.issue6861@psf.upfronthosting.co.za>
In-reply-to
Content
That's because bytearray is mutable, so it uses __init__ instead of __new__.
History
Date User Action Args
2009-09-08 02:16:05benjamin.petersonsetrecipients: + benjamin.peterson, kaizhu, lasko
2009-09-08 02:16:05benjamin.petersonsetmessageid: <1252376165.57.0.937145386422.issue6861@psf.upfronthosting.co.za>
2009-09-08 02:16:03benjamin.petersonlinkissue6861 messages
2009-09-08 02:16:03benjamin.petersoncreate