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 xdegaye
Recipients xdegaye
Date 2015-11-10.15:35:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447169735.47.0.0121850966925.issue25596@psf.upfronthosting.co.za>
In-reply-to
Content
This second patch rewrites the conditionals that decide whether to call _iglob() recursively, in a more natural way and without changing the behavior from the first patch.
Note that when 'dirname == pathname', then basename is empty and glob2() or glob1() are not called.

The patch also refactors the code with a new _listdir() function.
History
Date User Action Args
2015-11-10 15:35:35xdegayesetrecipients: + xdegaye
2015-11-10 15:35:35xdegayesetmessageid: <1447169735.47.0.0121850966925.issue25596@psf.upfronthosting.co.za>
2015-11-10 15:35:35xdegayelinkissue25596 messages
2015-11-10 15:35:35xdegayecreate