No u-prefix anymore in MicroPython
No u-prefix anymore in MicroPython
Posted Aug 6, 2024 14:45 UTC (Tue) by mb (subscriber, #50428)Parent article: CircuitPython: Python for microcontrollers, simplified
>This is a change from MicroPython, which prefixes module names with u (e.g. CPython's os becomes uos)
They have basically dropped this practice a couple of months ago.
See https://docs.micropython.org/en/latest/library/index.html
