diff options
author | Jim Mussared <jim.mussared@gmail.com> | 2023-06-26 13:52:10 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-07-21 19:32:40 +1000 |
commit | 3533924c36ae85ce6e8bf8598dd71cf16bbdb10b (patch) | |
tree | dc40843b8b4528878a6d55c931e43bc3152f3c93 /tests/unix/extra_coverage.py.exp | |
parent | e6c290c3d145de81e23f406c84359860c4d6e632 (diff) |
extmod/moddeflate: Add deflate module providing the DeflateIO class.
This provides similar functionality to the former zlib.DecompIO and
especially CPython's gzip.GzipFile for both compression and decompression.
This class can be used directly, and also can be used from Python to
implement (via io.BytesIO) zlib.decompress and zlib.compress, as well as
gzip.GzipFile.
Enable/disable this on all ports/boards that zlib was previously configured
for.
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
Diffstat (limited to 'tests/unix/extra_coverage.py.exp')
-rw-r--r-- | tests/unix/extra_coverage.py.exp | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp index 9c7660de6..352bf3963 100644 --- a/tests/unix/extra_coverage.py.exp +++ b/tests/unix/extra_coverage.py.exp @@ -53,12 +53,13 @@ port builtins micropython _asyncio _thread array binascii btree cexample cmath collections cppexample cryptolib -errno example_package ffi -framebuf gc hashlib heapq -io json machine math -os random re select -socket ssl struct sys -termios time uctypes websocket +deflate errno example_package +ffi framebuf gc hashlib +heapq io json machine +math os random re +select socket ssl struct +sys termios time uctypes +websocket me micropython machine math |