Message 220371 - Python tracker

Message220371

Author pkoning
Recipients kushal.das, michael.foord, pkoning
Date 2014-06-12.17:44:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402595066.98.0.822988539033.issue21258@psf.upfronthosting.co.za>
In-reply-to
Content
I created a fix for this.  This also fixes a second issue in mock_open, which is that readline() raises StopIteration at EOF rather than returning empty strings.  See attached diff.
(Is there a  better procedure for submitting fixes?)
History
Date User Action Args
2014-06-12 17:44:27pkoningsetrecipients: + pkoning, michael.foord, kushal.das
2014-06-12 17:44:26pkoningsetmessageid: <1402595066.98.0.822988539033.issue21258@psf.upfronthosting.co.za>
2014-06-12 17:44:26pkoninglinkissue21258 messages
2014-06-12 17:44:26pkoningcreate