micropython/lib/netutils
Javier Candeira 35a1fea90b all: Raise exceptions via mp_raise_XXX
- 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.
2017-08-13 22:52:33 +10:00
..
netutils.c all: Raise exceptions via mp_raise_XXX 2017-08-13 22:52:33 +10:00
netutils.h all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00