New submission from Richard Oudkerk:

Currently rawiobase_read() reads to a bytearray object and then copies the data 
to a bytes object.

There is a TODO comment saying that the bytes object should be created 
directly.  The attached patch does that.

----------
files: iobase_read.patch
keywords: patch
messages: 170183
nosy: sbt
priority: normal
severity: normal
status: open
title: Make rawiobase_read() read directly to bytes object
Added file: http://bugs.python.org/file27166/iobase_read.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15903>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to