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

Gregory P. Smith report at bugs.python.org
Tue Oct 16 02:31:50 CEST 2007


New submission from Gregory P. Smith:

The PyBytes (pep3137 buffer) .extend() method currently only accepts as
input something supporting the pep3118 buffer API.  It also needs to
accept an iterable of ints in the 0..255 range.

----------
keywords: py3k
messages: 56478
nosy: gregory.p.smith
severity: normal
status: open
title: PyBytes (buffer) .extend method needs to accept any iterable of ints
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1283>
__________________________________


More information about the New-bugs-announce mailing list