Message218240
Here is a patch with the proposed API. The API for convenience:
def files(self, include_symlinks=True):
"""Iterate over the regular files in this directory.
"""
def subdirs(self, include_symlinks=True):
"""Iterate over the subdirectories in this directory.
""" |
|
Date |
User |
Action |
Args |
2014-05-10 22:55:26 | pitrou | set | recipients:
+ pitrou, vstinner, r.david.murray, jonash |
2014-05-10 22:55:26 | pitrou | set | messageid: <1399762526.9.0.249012801977.issue19767@psf.upfronthosting.co.za> |
2014-05-10 22:55:26 | pitrou | link | issue19767 messages |
2014-05-10 22:55:26 | pitrou | create | |
|