summaryrefslogtreecommitdiff
path: root/tests/micropython/import_mpy_invalid.py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2020-07-25 23:05:41 +1000
committerDamien George <damien@micropython.org>2020-07-25 23:10:05 +1000
commit441460d81ff2b1faee7d044d859896f754361b93 (patch)
tree3c8b4205e9546dc6ddaa56f336e63a304e4e1218 /tests/micropython/import_mpy_invalid.py
parentfd2ff867a08fd174f0bbf7a03aa59547634e91ac (diff)
extmod/uasyncio: Add StreamReader.readexactly(n) method.
It raises on EOFError instead of an IncompleteReadError (which is what CPython does). But the latter is derived from EOFError so code compatible with MicroPython and CPython can be written by catching EOFError (eg see included test). Fixes issue #6156. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/micropython/import_mpy_invalid.py')
0 files changed, 0 insertions, 0 deletions