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 gvanrossum
Recipients amaury.forgeotdarc, christian.heimes, gvanrossum
Date 2007-11-12.22:10:36
SpamBayes Score 0.03889581
Marked as misclassified No
Message-id <1194905436.68.0.369840162601.issue1415@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't want to treat the fd differently. I want to return a sensible
> error message that is different from "file closed" when the fd is invalid.

Doesn't sound too important.  Anyway, from which call do you want to
issue different messages?

I'd rather see sys.stdout == None than opening NUL.
History
Date User Action Args
2007-11-12 22:10:37gvanrossumsetspambayes_score: 0.0388958 -> 0.03889581
recipients: + gvanrossum, amaury.forgeotdarc, christian.heimes
2007-11-12 22:10:36gvanrossumsetspambayes_score: 0.0388958 -> 0.0388958
messageid: <1194905436.68.0.369840162601.issue1415@psf.upfronthosting.co.za>
2007-11-12 22:10:36gvanrossumlinkissue1415 messages
2007-11-12 22:10:36gvanrossumcreate