This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sbt
Recipients sbt
Date 2012-09-10.12:23:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347279783.86.0.217898740398.issue15903@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-09-10 12:23:03sbtsetrecipients: + sbt
2012-09-10 12:23:03sbtsetmessageid: <1347279783.86.0.217898740398.issue15903@psf.upfronthosting.co.za>
2012-09-10 12:23:03sbtlinkissue15903 messages
2012-09-10 12:23:03sbtcreate