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