[issue12615] add array.zeroes

Nick Coghlan report at bugs.python.org
Tue Jul 26 02:43:56 CEST 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

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.

----------
nosy: +ncoghlan

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12615>
_______________________________________


More information about the Python-bugs-list mailing list