mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
- Changed: ValueError, TypeError, NotImplementedError
- OSError invocations unchanged, because the corresponding utility
function takes ints, not strings like the long form invocation.
- OverflowError, IndexError and RuntimeError etc. not changed for now
until we decide whether to add new utility functions.
This directory contains standard, low-level C libraries with emphasis on being independent and efficient. They can be used by any port.