[issue29475] option to not follow symlinks when globbing

2017-09-12 Thread wim glenn
wim glenn added the comment: +1, would like to use this feature too, and I would like it also in pathlib.PosixPath.glob -- nosy: +wim.glenn ___ Python tracker ___ _

[issue29475] option to not follow symlinks when globbing

2017-02-07 Thread Ethan Furman
Ethan Furman added the comment: Before talking about the patch, have you signed the Contributer License Agreement yet? The issue tracker isn't showing that you have. Check out https://www.python.org/psf/contrib/contrib-form/ to do so. --- The `symlinks` flag: can you give some glob examples

[issue29475] option to not follow symlinks when globbing

2017-02-07 Thread Ben Longbons
New submission from Ben Longbons: Background: I have a data hierarchy with a lot of "sibling" symlinked directories/files. I want to glob only the non-symlink files, because it's a *huge* performance increase. Before `os.scandir`, I was using a local copy of `glob.py` and calling `os.path.isl