Re: [Tutor] perldoc - confused!

2005-10-21 Thread Danny Yoo
> I spent ages today trying to list all items in a directory, simple I now > know (os.listdir) but I was trying to use os.walk simply because I had > no idea that listdir existed. I only found listdir because I was > reading about walk You should have a 'pydoc' utility. It's also possible t

[Tutor] perldoc - confused!

2005-10-21 Thread Dan Klose
Hello Python List, When using perl I tend to use perldoc. I spent ages today trying to list all items in a directory, simple I now know (os.listdir) but I was trying to use os.walk simply because I had no idea that listdir existed. I only found listdir because I was reading about walk Is th