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 ncoghlan
Recipients alex, ncoghlan, rhettinger
Date 2011-07-26.00:43:56
SpamBayes Score 0.014814682
Marked as misclassified No
Message-id <1311641036.95.0.209048714772.issue12615@psf.upfronthosting.co.za>
In-reply-to
Content
Compare however the behaviour of bytes() and bytearray() which support direct zero initialisation of a region of memory by passing an integer to their constructor.
History
Date User Action Args
2011-07-26 00:43:57ncoghlansetrecipients: + ncoghlan, rhettinger, alex
2011-07-26 00:43:56ncoghlansetmessageid: <1311641036.95.0.209048714772.issue12615@psf.upfronthosting.co.za>
2011-07-26 00:43:56ncoghlanlinkissue12615 messages
2011-07-26 00:43:56ncoghlancreate