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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, christian.heimes, gvanrossum
Date 2007-11-13.17:07:28
SpamBayes Score 0.10296752
Marked as misclassified No
Message-id <1194973649.13.0.243944382345.issue1415@psf.upfronthosting.co.za>
In-reply-to
Content
> As far as I can see print() works if sys.stdout is either None
> (discard output ASAP) or a file like object. Even
> print(file=syst.stderr) works.

Ah, I prefer this.

> sys.stdout.write() is going to fail when sys.stdout is None 
> but that's not my concern. 

It's not very important indeed.

I'm happy with the current behaviour. Let's close this issue.
History
Date User Action Args
2007-11-13 17:07:29amaury.forgeotdarcsetspambayes_score: 0.102968 -> 0.10296752
recipients: + amaury.forgeotdarc, gvanrossum, christian.heimes
2007-11-13 17:07:29amaury.forgeotdarcsetspambayes_score: 0.102968 -> 0.102968
messageid: <1194973649.13.0.243944382345.issue1415@psf.upfronthosting.co.za>
2007-11-13 17:07:29amaury.forgeotdarclinkissue1415 messages
2007-11-13 17:07:28amaury.forgeotdarccreate