Message176996
Here is a patch which implements recursive globbing which conforms to Bash globbing with "globstar" option.
For backward compatibility recursive globbing off by default and works only if new argument "recursive" is true (default is False). I am not sure this is a better variant. Possible the default should be True. '**' pattern is very unlikely in old code. However recursive globbing on arbitrary pattern and arbitrary tree is not safe, it can hang on recursive symlinks.
The patch contains changes from issue16618. |
|
Date |
User |
Action |
Args |
2012-12-05 17:51:50 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, loewis, rhettinger, ncoghlan, pitrou, giampaolo.rodola, eric.araujo, r.david.murray, cvrebert, ubershmekel, elsdoerfer |
2012-12-05 17:51:49 | serhiy.storchaka | set | messageid: <1354729909.55.0.604376057293.issue13968@psf.upfronthosting.co.za> |
2012-12-05 17:51:49 | serhiy.storchaka | link | issue13968 messages |
2012-12-05 17:51:48 | serhiy.storchaka | create | |
|