[issue29475] option to not follow symlinks when globbing

Ethan Furman report at bugs.python.org
Wed Feb 8 00:25:32 EST 2017


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 showing when, and when not, symlinks will be matched when the symlinks param is False?

A bit flags enum:  There is now an IntFlag Enum type which implements bit flags.

----------
nosy: +ethan.furman

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29475>
_______________________________________


More information about the Python-bugs-list mailing list