This feature has finally been added and recursive globs can be used in the full_match() method.
full_match()
from pathlib import Path Path("w/x/y/z").full_match("w/**/z") # True