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 tim.golden
Recipients charlesc, r.david.murray, tim.golden
Date 2017-04-25.16:28:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <7975e22c-8fe4-8ce0-8bd8-deaea94a2b27@timgolden.me.uk>
In-reply-to <1493137178.06.0.0316334052023.issue30161@psf.upfronthosting.co.za>
Content
I think you're suppressing sys.stderr after the "with". Try a NameError 
or anything.

Alternatively, try a "with" which isn't using sys.stderr

Obviously, the next question is why *that's* happening.
History
Date User Action Args
2017-04-25 16:28:28tim.goldensetrecipients: + tim.golden, r.david.murray, charlesc
2017-04-25 16:28:28tim.goldenlinkissue30161 messages
2017-04-25 16:28:28tim.goldencreate