help() on stdout.closed

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Wed Jun 21 07:55:26 EDT 2006


In <slrne9ibq3.jer.pkarjala at lastu30.oulu.fi>, Pekka Karjalainen wrote:

> Suppose I had no idea what sys.stdout.closed was and wanted to find out. 
> Where would I look it up?

`sys.stdout` is a file (like) object:

http://docs.python.org/lib/bltin-file-objects.html

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list