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 josh.r
Recipients josh.r
Date 2019-05-24.16:13:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558714413.32.0.415397907301.issue37036@roundup.psfhosted.org>
In-reply-to
Content
Left a dangling sentence in there:

"I used two arg iter in both cases to keep the code paths as similar as possible so the `telling`."

should read:

"I used iter(f.readline, '') in both cases to keep the code paths as similar as possible so the `telling` optimization was tested in isolation."
History
Date User Action Args
2019-05-24 16:13:33josh.rsetrecipients: + josh.r
2019-05-24 16:13:33josh.rsetmessageid: <1558714413.32.0.415397907301.issue37036@roundup.psfhosted.org>
2019-05-24 16:13:33josh.rlinkissue37036 messages
2019-05-24 16:13:33josh.rcreate