fnmatch() vs. glob.glob()

Jinghui Niu niujinghui at gmail.com
Mon Mar 7 15:17:25 EST 2016


Hi, I've been studying python 3 modules. I'm a bit confused about the possibly overlap between fnmatch() and glob(), they seem to achieve the same goals exactly. Why duplicate?
Or maybe something I've missed?

Thank you.



More information about the Python-list mailing list