mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
Python code is no longer needed to implement keyword arguments in `btree.open()`, it can now be done in C. Signed-off-by: Damien George <damien@micropython.org>