micropython-stubber icon indicating copy to clipboard operation
micropython-stubber copied to clipboard

Support v1.19.1 features & changes

Open Josverl opened this issue 3 years ago • 0 comments

V1.19.1 has a few relevant changes :

The sys module can now be used to fully identify the MicroPython version and target it is running on (and the platform module provides additional information when it's available).

The sys module has also had

  1. the MicroPython git version and build date appended to sys.version,
  2. sys.implementation._machine has been added,
  3. sys.implementation.mpy renamed to sys.implementation._mpy.

Josverl avatar Jun 20 '22 06:06 Josverl