Antoine Pitrou <[email protected]> added the comment: > Again with 'a/b/c/d' and let's add a file 'a/b/png'. > > If the curdir is 'c' and you use rglob('../pn*') you won won't find > '../png' as you would be walking only in the curdir.
That depends how you implement it. If you detect that ".." exists and glob for "pn*" inside it, you will probably find "../png". ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13968> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
