mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
py: Implement UnicodeError.
Still too shy to implement UnicodeEncodeError which was really needed for micropython-lib case.
This commit is contained in:
@@ -137,6 +137,9 @@ Q(TypeError)
|
||||
Q(UnboundLocalError)
|
||||
Q(ValueError)
|
||||
Q(ZeroDivisionError)
|
||||
#if MICROPY_PY_BUILTINS_STR_UNICODE
|
||||
Q(UnicodeError)
|
||||
#endif
|
||||
|
||||
Q(None)
|
||||
Q(False)
|
||||
|
||||
Reference in New Issue
Block a user