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 aronacher
Recipients aronacher, eryksun, martin.panter, r.david.murray
Date 2014-05-14.21:40:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400103623.47.0.218224445012.issue21363@psf.upfronthosting.co.za>
In-reply-to
Content
Detach "destroys" the stream, so it's not a solution.  I can't just randomly destroy global state just because it's convenient.

This is what I am doing now which seems borderline insane: https://github.com/mitsuhiko/click/blob/master/click/_compat.py#L31
History
Date User Action Args
2014-05-14 21:40:23aronachersetrecipients: + aronacher, r.david.murray, martin.panter, eryksun
2014-05-14 21:40:23aronachersetmessageid: <1400103623.47.0.218224445012.issue21363@psf.upfronthosting.co.za>
2014-05-14 21:40:23aronacherlinkissue21363 messages
2014-05-14 21:40:23aronachercreate