$ python -c 'from glob import glob; print(glob("foo.c"))' [] $ python -c 'from glob import glob; print(glob("foo.?"))' []