circuitpython/shared-bindings/os
Jeff Epler 614eded02a getenv: Make os.getenv() show a better error
.. when an associated value is not a quoted string.
This includes some cases where it would previously return an
integer, a CPython incompatibility.

However, it's an incompatible behavior change with circuitpython
since previously a number would be returned.

Closes: #9113

Signed-off-by: Jeff Epler <jepler@gmail.com>
2025-06-14 18:57:28 +02:00
..
__init__.c Factor common_hal_os_uname into os_uname() and remove common_hal_os_uname. 2025-03-20 06:25:46 -07:00
__init__.h getenv: Make os.getenv() show a better error 2025-06-14 18:57:28 +02:00