mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
Instead of raising KeyError. These semantics match JavaScript behaviour
and make it much more seamless to pass Python dicts through to JavaScript
as though they were JavaScript {} objects.
Signed-off-by: Damien George <damien@micropython.org>