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