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
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to