mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
In CPython IOError (and EnvironmentError) is deprecated and aliased to OSError. All modules that used to raise IOError now raise OSError (or a derived exception). In Micro Python we never used IOError (except 1 place, incorrectly) and so don't need to keep it. See http://legacy.python.org/dev/peps/pep-3151/ for background.
18 KiB
18 KiB