Message 238700 - Python tracker

Message238700

Author wolma
Recipients bkabrda, ethan.furman, georg.brandl, ncoghlan, paul.moore, python-dev, r.david.murray, sYnfo, serhiy.storchaka, vstinner, wolma
Date 2015-03-20.16:24:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426868640.61.0.91965249835.issue23700@psf.upfronthosting.co.za>
In-reply-to
Content
OTOH, it would be very hard to change the way fileobjects compared to designing yield from differently so I'd still blame it partly.
Maybe it is unfortunate that generators have a close method instead of, say, __close__ ?
History
Date User Action Args
2015-03-20 16:24:00wolmasetrecipients: + wolma, georg.brandl, paul.moore, ncoghlan, vstinner, r.david.murray, ethan.furman, python-dev, serhiy.storchaka, bkabrda, sYnfo
2015-03-20 16:24:00wolmasetmessageid: <1426868640.61.0.91965249835.issue23700@psf.upfronthosting.co.za>
2015-03-20 16:24:00wolmalinkissue23700 messages
2015-03-20 16:24:00wolmacreate