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 serhiy.storchaka
Recipients Arfrever, benjamin.peterson, dw, eli.bendersky, hynek, jcon, kmike, meador.inge, ncoghlan, pitrou, python-dev, scoder, serhiy.storchaka, skrah, stutzbach, tshepang, vstinner
Date 2014-08-14.10:29:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408012162.65.0.156900574975.issue15381@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which optimizes readline() and readlines() methods of BytesIO and the __next__() method of BytesIO iterator.
History
Date User Action Args
2014-08-14 10:29:22serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, pitrou, scoder, vstinner, benjamin.peterson, stutzbach, Arfrever, eli.bendersky, skrah, meador.inge, tshepang, python-dev, jcon, hynek, dw, kmike
2014-08-14 10:29:22serhiy.storchakasetmessageid: <1408012162.65.0.156900574975.issue15381@psf.upfronthosting.co.za>
2014-08-14 10:29:22serhiy.storchakalinkissue15381 messages
2014-08-14 10:29:22serhiy.storchakacreate