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 christian.heimes
Recipients amaury.forgeotdarc, christian.heimes, gvanrossum
Date 2007-11-12.21:34:19
SpamBayes Score 0.18442366
Marked as misclassified No
Message-id <1194903259.51.0.164572445473.issue1415@psf.upfronthosting.co.za>
In-reply-to
Content
The mail gateway swallows examples:

>>> import sys
>>> sys.stderr = None
>>> raise Exception("msg")
>>> del sys.stderr
>>> raise Exception("msg")
object  : Exception('msg',)
type    : Exception
refcount: 4
address : 0x839d274
lost sys.stderr
History
Date User Action Args
2007-11-12 21:34:19christian.heimessetspambayes_score: 0.184424 -> 0.18442366
recipients: + christian.heimes, gvanrossum, amaury.forgeotdarc
2007-11-12 21:34:19christian.heimessetspambayes_score: 0.184424 -> 0.184424
messageid: <1194903259.51.0.164572445473.issue1415@psf.upfronthosting.co.za>
2007-11-12 21:34:19christian.heimeslinkissue1415 messages
2007-11-12 21:34:19christian.heimescreate