Message 238757 - Python tracker

Message238757

Author r.david.murray
Recipients bkabrda, ethan.furman, georg.brandl, ncoghlan, paul.moore, python-dev, r.david.murray, sYnfo, serhiy.storchaka, vstinner, wolma
Date 2015-03-21.04:12:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426911179.35.0.818195601162.issue23700@psf.upfronthosting.co.za>
In-reply-to
Content
There's actually an issue about exactly that broken-per-docs issue for io.  IMO if the goal of calling close is to close only things that are generator objects or pretending to be one, the method should have been named close_generator or something.
History
Date User Action Args
2015-03-21 04:12:59r.david.murraysetrecipients: + r.david.murray, georg.brandl, paul.moore, ncoghlan, vstinner, ethan.furman, python-dev, serhiy.storchaka, bkabrda, sYnfo, wolma
2015-03-21 04:12:59r.david.murraysetmessageid: <1426911179.35.0.818195601162.issue23700@psf.upfronthosting.co.za>
2015-03-21 04:12:59r.david.murraylinkissue23700 messages
2015-03-21 04:12:59r.david.murraycreate