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 ezio.melotti, martin.panter, r.david.murray, vajrasky
Date 2017-10-27.22:09:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509142173.27.0.213398074469.issue18670@psf.upfronthosting.co.za>
In-reply-to
Content
The patches would mask an OSError raised by the “readfp” call, which would be a change in behaviour. But moving the call does not seem to be necessary; why not leave it outside the “try” statement?
History
Date User Action Args
2017-10-27 22:09:33martin.pantersetrecipients: + martin.panter, ezio.melotti, r.david.murray, vajrasky
2017-10-27 22:09:33martin.pantersetmessageid: <1509142173.27.0.213398074469.issue18670@psf.upfronthosting.co.za>
2017-10-27 22:09:33martin.panterlinkissue18670 messages
2017-10-27 22:09:33martin.pantercreate