Antoine Pitrou <[email protected]> added the comment: > Yes, that's what I meant by a "single exemption for double dots". The > solution should start the walk from wherever the double dots lead it > to.
I don't think that's a single exemption; you should use the same algorithm for all globs (e.g. "a/*.py"), shouldn't you? ---------- _______________________________________ 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
