[Python-Dev] Fuzziness in io module specs (original) (raw)
[Python-Dev] Fuzziness in io module specs - PEP update proposition
Daniel Stutzbach daniel at stutzbachenterprises.com
Sun Sep 20 16:43:10 CEST 2009
- Previous message: [Python-Dev] Fuzziness in io module specs - PEP update proposition
- Next message: [Python-Dev] Fuzziness in io module specs - PEP update proposition
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message: [Python-Dev] Fuzziness in io module specs - PEP update proposition
- Next message: [Python-Dev] Fuzziness in io module specs - PEP update proposition
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]