jdhao's digital space
Recent content on jdhao's digital space
马上订阅 jdhao's digital space RSS 更新: https://jdhao.github.io/index.xml
Unintuitive Behaviour of Case Sensitivity in Python glob
2019年6月24日 17:19
tl;dr: glob.glob() is case sensitive in Linux, but case insensitive in Windows.
Recently, I was bitten by the unintuitive behaviour of glob.glob().
I think it would be beneficial to write down what I have found.