ImagingDataCommons / highdicom

High-level DICOM abstractions for the Python programming language
https://highdicom.readthedocs.io
MIT License
162 stars 34 forks source link

Deprecated exception alias: `IOError` → `OSError` #257

Closed DimitriPapadopoulos closed 9 months ago

DimitriPapadopoulos commented 9 months ago

https://docs.python.org/3/library/exceptions.html#IOError

The following exceptions are kept for compatibility with previous versions; starting from Python 3.3, they are aliases of OSError.

exception EnvironmentError

exception IOError

exception WindowsError