Closed jcrist closed 6 years ago
Apparently you should account for OSError and IOError when writing for both py2 and py3.
Apparently you should account for OSError and IOError when writing for both py2 and py3.
Just catch EnvironmentError
, which is a base class (or an alias) for both.
Used to better match the interface required by arrow.