[Python-3000] readinto annotation (original) (raw)
Gregory P. Smith greg at krypto.org
Mon Apr 7 02:00:31 CEST 2008
- Previous message: [Python-3000] readinto annotation
- Next message: [Python-3000] readinto annotation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
yes bytearray makes more sense to me given that its hard to read into an immutable bytes object ;)
On Sun, Apr 6, 2008 at 6:46 AM, Benjamin Peterson < musiccomposition at gmail.com> wrote:
While working on the io module docs, I noticed the annotation for readinto methods is bytes. This should be bytearray, right?
-- Cheers, Benjamin Peterson
Python-3000 mailing list Python-3000 at python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/greg%40krypto.org
-------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/python-3000/attachments/20080406/5e71adb5/attachment.htm
- Previous message: [Python-3000] readinto annotation
- Next message: [Python-3000] readinto annotation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]