Intersection of multiple lists/list of lists

Fredrik Lundh fredrik at pythonware.com
Tue Oct 5 04:57:18 EDT 1999


Thomas Weholt <thomas at bibsyst.no> wrote:
> PS! How can I find info on what module returns what kind of info? I look
> into the os-module for info on what the stat-method returns, but I
> didn`t find the info anywhere. Then I looked at the stat-module, but
> that didn`t clear up anything either. I want to know how I can turn
> (432432,43242,4356,0,1,543643754,765474) stuff the stat-method returns
> into more readable text.

the library references points you to
http://www.python.org/doc/current/lib/module-stat.html

also see the time module.

</F>





More information about the Python-list mailing list