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 xiang.zhang
Recipients benjamin.peterson, serhiy.storchaka, stutzbach, xiang.zhang
Date 2017-04-15.05:28:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492234090.07.0.649972286546.issue30068@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 4f43f87b6246e13e0eefc793a2c5415c915723c3 by Xiang Zhang in branch '3.5':
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) (#1151)
https://github.com/python/cpython/commit/4f43f87b6246e13e0eefc793a2c5415c915723c3
History
Date User Action Args
2017-04-15 05:28:10xiang.zhangsetrecipients: + xiang.zhang, benjamin.peterson, stutzbach, serhiy.storchaka
2017-04-15 05:28:10xiang.zhangsetmessageid: <1492234090.07.0.649972286546.issue30068@psf.upfronthosting.co.za>
2017-04-15 05:28:10xiang.zhanglinkissue30068 messages
2017-04-15 05:28:10xiang.zhangcreate