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 benjamin.peterson
Recipients Dima.Tisnek, benjamin.peterson, python-dev
Date 2014-04-09.21:50:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397080197.10032.104743305.239108BB@webmail.messagingengine.com>
In-reply-to <1397074718.24.0.712341747464.issue21191@psf.upfronthosting.co.za>
Content
On Wed, Apr 9, 2014, at 13:18, Dima Tisnek wrote:
> 
> Dima Tisnek added the comment:
> 
> Good point.
> 
> Personally I think it's more pythonic to consume fd only on success. I
> accept that's just an opinion.
> 
> In any case, let's keep error semantics in py2.7 and py3.3 same.

Unfortunately, it's not easy to implement with the 2.7 implementation of
the file type.
History
Date User Action Args
2014-04-09 21:50:02benjamin.petersonsetrecipients: + benjamin.peterson, python-dev, Dima.Tisnek
2014-04-09 21:50:02benjamin.petersonlinkissue21191 messages
2014-04-09 21:50:02benjamin.petersoncreate