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 martin.panter
Recipients Arfrever, Michael.Fox, eric.araujo, larry, martin.panter, nadeem.vawda, pitrou, rhettinger, serhiy.storchaka, vstinner
Date 2015-06-09.13:41:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433857272.84.0.707381448321.issue18003@psf.upfronthosting.co.za>
In-reply-to
Content
This patch adds an entry to the What’s New for 3.5 (though maybe it will have to be 3.6), and adds three tests to check that next() raises ValueError when the files have been closed.
History
Date User Action Args
2015-06-09 13:41:12martin.pantersetrecipients: + martin.panter, rhettinger, pitrou, vstinner, larry, nadeem.vawda, eric.araujo, Arfrever, serhiy.storchaka, Michael.Fox
2015-06-09 13:41:12martin.pantersetmessageid: <1433857272.84.0.707381448321.issue18003@psf.upfronthosting.co.za>
2015-06-09 13:41:12martin.panterlinkissue18003 messages
2015-06-09 13:41:12martin.pantercreate