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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1283>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to