In article <[EMAIL PROTECTED]>, 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? -- http://mail.python.org/mailman/listinfo/python-list