mirror of
https://github.com/micropython/micropython.git
synced 2026-05-03 06:10:14 +02:00
3c8089d1b1
Support for raw str/bytes already exists, and extending that to raw f-strings is easy. It also reduces code size because it eliminates an error message. Signed-off-by: Damien George <damien@micropython.org>