[issue13229] Improve tools for iterating over filesystem directories

Nick Coghlan report at bugs.python.org
Tue Jan 31 13:53:57 CET 2012


Nick Coghlan <ncoghlan at gmail.com> added the comment:

With the release of 0.3, I'm pretty happy with the WalkDir design (previous versions coerced the output values to ordinary 3-tuples, now it will pass along whatever the underlying iterable produces with changing the type at all).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13229>
_______________________________________


More information about the Python-bugs-list mailing list