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 christian.heimes
Recipients Andrew Dunai, Jon Walsh, christian.heimes
Date 2017-01-12.11:20:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484220042.28.0.105669209223.issue29249@psf.upfronthosting.co.za>
In-reply-to
Content
The ticket is not about glob but about pathlib.

Pathlib supports ** directory globbing, but it's only documented as prefix globbing, https://docs.python.org/3/library/pathlib.html#pathlib.Path.glob
History
Date User Action Args
2017-01-12 11:20:42christian.heimessetrecipients: + christian.heimes, Jon Walsh, Andrew Dunai
2017-01-12 11:20:42christian.heimessetmessageid: <1484220042.28.0.105669209223.issue29249@psf.upfronthosting.co.za>
2017-01-12 11:20:42christian.heimeslinkissue29249 messages
2017-01-12 11:20:42christian.heimescreate