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 pitrou
Recipients Julius.Lehmann-Richter, brett.cannon, pitrou, terry.reedy
Date 2014-08-30.08:27:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409387272.6.0.638131300451.issue22298@psf.upfronthosting.co.za>
In-reply-to
Content
This is not about stderr though, this is about the `file` argument that is passed to showwarning(). That stderr may be an invalid file is a rather rare condition, for good reason (even if you want to silence any program output, it is generally better to redirect stderr to /dev/null rather than make it an invalid or closed file).

It would be better to research why the original except clause was added than try to blindly extend it, IMO.
History
Date User Action Args
2014-08-30 08:27:52pitrousetrecipients: + pitrou, brett.cannon, terry.reedy, Julius.Lehmann-Richter
2014-08-30 08:27:52pitrousetmessageid: <1409387272.6.0.638131300451.issue22298@psf.upfronthosting.co.za>
2014-08-30 08:27:52pitroulinkissue22298 messages
2014-08-30 08:27:52pitroucreate