This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients jonash, pitrou, r.david.murray, vstinner
Date 2014-05-10.22:55:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399762526.9.0.249012801977.issue19767@psf.upfronthosting.co.za>
In-reply-to
Content
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.
        """
History
Date User Action Args
2014-05-10 22:55:26pitrousetrecipients: + pitrou, vstinner, r.david.murray, jonash
2014-05-10 22:55:26pitrousetmessageid: <1399762526.9.0.249012801977.issue19767@psf.upfronthosting.co.za>
2014-05-10 22:55:26pitroulinkissue19767 messages
2014-05-10 22:55:26pitroucreate