ImagingDataCommons / highdicom

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

`io.open()` → `open()` #265

Closed DimitriPapadopoulos closed 11 months ago

DimitriPapadopoulos commented 12 months ago

From https://docs.python.org/3/library/io.html#io.open:

This is an alias for the builtin open() function.