mirror of
https://github.com/python/cpython.git
synced 2026-07-26 11:52:27 -04:00
6f988b08d1
io.UnsupportedOperation is a subclass of OSError and recommended by io.IOBase for this case; matches other read methods on io.FileIO.