This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
micropython-lib
kopia lustrzana
https://github.com/micropython/micropython-lib
Obserwuj
1
Polub
0
Forkuj
You've already forked micropython-lib
0
Kod
Zgłoszenia
Projekty
Wydania
Wiki
Aktywność
6e24cffe95
micropython-lib
/
python-stdlib
/
logging
/
manifest.py
4 wiersze
48 B
Python
Czysty
Zwykły widok
Historia
Unescape
Escape
logging: Allow logging.exception helper to handle tracebacks. Although `Logger.exception` supports passing exception info with `exc_info`, when you use `logging.exception` keyword arguments are not forwarded to the root logger, which makes passing `exc_info` raise `TypeError`. Signed-off-by: Nick Budak <thatbudakguy@gmail.com>
2025-06-04 21:41:33 +00:00
metadata
(
version
=
"
0.6.2
"
)
all: Replace metadata.txt with manifest.py. Uses the new require()/package()/module() functions from manifestfile.py. Add manifest.py for iperf3 and pyjwt. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2022-07-13 04:44:28 +00:00
module
(
"
logging.py
"
)