summaryrefslogtreecommitdiff
path: root/locale/circuitpython.pot
diff options
context:
space:
mode:
authorNoralf Trønnes <noralf@tronnes.org>2018-10-07 19:51:24 +0200
committerNoralf Trønnes <noralf@tronnes.org>2018-10-24 19:31:53 +0200
commitcec9a69a15a16a42bea528032d00684ddee0df22 (patch)
treef49b85dac1868aaebdb9bd15bb20f4d6b6ef9540 /locale/circuitpython.pot
parentdb4a8f5d1a4d26b36d58ab2017501f63bd1cbe03 (diff)
samd51: Make errno, os, and time module aliases
Add alias for uerrno so the user doesn't have to know about the CircuitPython special names for the module. Make os and time weak modules (aliases) making it possible to add functionality to those modules written in python. Example: 'import os' will now look in the path for an os module and if not found it will import the builtin module. An os module written in python will import the builtin module through its name prefixed with an underscore (_os) following the C module naming practice in CPython. Also right align the macro values to increase readability making it easier to compare the values for samd21 and samd51. Even the longest macro from py/mpconfig.h will fit with this alignment.
Diffstat (limited to 'locale/circuitpython.pot')
0 files changed, 0 insertions, 0 deletions