[issue1283] PyBytes (buffer) .extend method needs to accept any iterable of ints

Alexandre Vassalotti report at bugs.python.org
Sun Dec 2 01:12:36 CET 2007


Alexandre Vassalotti added the comment:

Here a patch that adds support for any iterable (or sequence) of
integers to bytearray.extend().

----------
assignee:  -> alexandre.vassalotti
keywords: +patch
nosy: +alexandre.vassalotti
resolution: accepted -> 
Added file: http://bugs.python.org/file8847/byte_extend.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1283>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: byte_extend.patch
Type: text/x-patch
Size: 3508 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-bugs-list/attachments/20071202/b88ea749/attachment-0001.bin 


More information about the Python-bugs-list mailing list