mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +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>