[Python-Dev] Fuzziness in io module specs - PEP update proposition
Daniel Stutzbach
daniel at stutzbachenterprises.com
Sun Sep 20 16:43:10 CEST 2009
On Sun, Sep 20, 2009 at 4:48 AM, Pascal Chambon <chambon.pascal at gmail.com>wrote:
> *RawIOBase*.readinto(b: bytes) -> int
>
"bytes" are immutable. The signature is:
*RawIOBase*.readinto(b: bytearray) -> int
Your efforts in working on clarifying these important corner cases is
appreciated. :-)
--
Daniel Stutzbach, Ph.D.
President, Stutzbach Enterprises, LLC <http://stutzbachenterprises.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20090920/35e32290/attachment.htm>
More information about the Python-Dev
mailing list