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 serhiy.storchaka
Recipients serhiy.storchaka, steve.dower, xtreak
Date 2019-09-13.09:44:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568367893.76.0.911816187485.issue38149@roundup.psfhosted.org>
In-reply-to
Content
Using recursion is rather an implementation detail, because splitpath() splits a path from the end (Path.glob() does it from other side). Also, it may be a tiny bit more efficient if the pattern contains a long literal prefix.
History
Date User Action Args
2019-09-13 09:44:53serhiy.storchakasetrecipients: + serhiy.storchaka, steve.dower, xtreak
2019-09-13 09:44:53serhiy.storchakasetmessageid: <1568367893.76.0.911816187485.issue38149@roundup.psfhosted.org>
2019-09-13 09:44:53serhiy.storchakalinkissue38149 messages
2019-09-13 09:44:53serhiy.storchakacreate