help() on stdout.closed

Jon Ribbens jon+usenet at unequivocal.co.uk
Wed Jun 21 06:21:48 EDT 2006


In article <slrne9i5l7.j5t.pkarjala at lastu30.oulu.fi>, Pekka Karjalainen wrote:
>>>> from sys import stdout
>>>> help (stdout.closed) 
> 
> If I do this, it gives me help on the bool object.

stdout.closed is a bool. What were you expecting it to show you?



More information about the Python-list mailing list