On 6/22/05, Riccardo Galli <[EMAIL PROTECTED]> wrote:

> I propose to add an 'abs' keyword which would make os.listdir return the
> absolute path of files instead of a relative path.

What about os.listdir(dir='relative/path', abs=True)? Should listdir
call abspath on results? Should we add another keyword rel? Would it
complicate listdir unnecessarily?

- kv
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to