[Python-ideas] Allow iterable argument to os.walk()

John O'Connor jxo6948 at rit.edu
Sun Oct 30 00:47:13 CEST 2011


Given the push towards iterators in 3.0, is anyone in support of
allowing an iterable for the "top" argument in os.walk? It seems like
it would be common to look in more than one directory at once.

- John



More information about the Python-ideas mailing list