[issue33428] pathlib.Path.glob does not follow symlinks

2018-05-16 Thread Brian Sheldon
Brian Sheldon <brianmshel...@gmail.com> added the comment: Windows does not implement symlinks as junctions. Windows has hardlinks, symlinks and junctions which are all distinctly different in behaviour. I don't doubt that this is a Windows-specific issue, although I have not tested

[issue33428] pathlib.Path.glob does not follow symlinks

2018-05-05 Thread Brian Sheldon
Change by Brian Sheldon <brianmshel...@gmail.com>: -- type: -> behavior ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33428> ___ _

[issue33428] pathlib.Path.glob does not follow symlinks

2018-05-05 Thread Brian Sheldon
New submission from Brian Sheldon <brianmshel...@gmail.com>: Given a `pathlib.Path` that contains symlinked subfolders, `Path.glob` (and `.rglob`) do not follow symlinks. This is not consistent with `glob.glob` which does. For example given the following: C:\Folder C:\Folder\Subfolde

[issue33392] pathlib .glob('*/') returns files as well as directories

2018-05-04 Thread Brian Sheldon
Brian Sheldon <brianmshel...@gmail.com> added the comment: This appears to be a duplicate of #22276 -- nosy: +brianmsheldon ___ Python tracker <rep...@bugs.python.org> <https://bugs.python