[issue19767] pathlib: iterfiles() and iterdirs()

Antoine Pitrou report at bugs.python.org
Tue Apr 29 01:46:40 CEST 2014


Antoine Pitrou added the comment:

Having an `iterdirs()` method next to `iterdir()` is very confusing.
We should find something else, so how about `files()` and `subdirs()`?

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list