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 serhiy.storchaka
Recipients pitrou, r.david.murray, serhiy.storchaka, xdegaye
Date 2015-11-09.07:14:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447053285.34.0.844997607795.issue25584@psf.upfronthosting.co.za>
In-reply-to
Content
Likely it was implementation artifact. Current implementation is simpler butter fitted existing glob design. The problem was that '**/a' should list 'a' and 'd/a', but '**/' should list only 'd/', and not ''.

Here is a patch that makes '**' to match also zero directories. Old tests were passed, new tests are added to cover this case.
History
Date User Action Args
2015-11-09 07:14:45serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, r.david.murray, xdegaye
2015-11-09 07:14:45serhiy.storchakasetmessageid: <1447053285.34.0.844997607795.issue25584@psf.upfronthosting.co.za>
2015-11-09 07:14:45serhiy.storchakalinkissue25584 messages
2015-11-09 07:14:45serhiy.storchakacreate