[Tutor] ?????

A.T.Hofkamp a.t.hofkamp at tue.nl
Mon May 25 14:44:54 CEST 2009


prasad rao wrote:
> hello
>       I get a problem while trying to print non callable
> items in dir(module).May be as the items are strings.

It is much easier to read about the contents of the sys module in the 
documentation: http://docs.python.org/library/sys.html#module-sys

Not only is the contents listed, the intention is also explained, and last but 
not least, it is to a large extent guaranteed to be stable across several 
platforms and across several Python versions.

Albert


More information about the Tutor mailing list