I want to search for all '.py' files in a directory (recursively).
However, if there is a '.sh' file in the same directory where a '.py'
is in, the '.sh' file rather than the '.py' file will be returned.
Would somebody let me know how to do so?
Hi James,
On Sun August 16 2009 15:13:34 James Youngman wrote:
> So, the attached two patches are a version of Kamil's patch rebased
> against current 'master'. I propose to apply them to 4.5.x soon,
> unless there is a problem (e.g. something missing or a build failure
> on some less common sys