Commit Graph

1 Commits (df3540073c4dee1cac01acf3fa7e75df7ab2229a)

Author SHA1 Message Date
Matt Davis 05aed52d8e
fix get_data on case_insensitive fs (#69955)
* fix get_data on case_insensitive fs

* implement case-sensitive-forcing versions of various os.path methods that just pass through on case-sensitive systems.

* catch broader IOError for py2/py3 compat

* optimization: factor out case-insensitive comparison

* implement case-sensitive open
6 years ago