Commit Graph

1 Commits (a4e9291f869deb405e4c7229b4e09c36fce64f2c)

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