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ść
8a7eb40009
micropython-lib
/
python-stdlib
/
logging
/
manifest.py
4 wiersze
46 B
Python
Czysty
Zwykły widok
Historia
Unescape
Escape
logging: Improve the logging module. Add support for all format specifiers, support for `datefmt` using (optional) strftime, and support for Stream and File handlers. Ports/boards that need to use `FileHandlers` should enable `MICROPY_PY_SYS_ATEXIT`, and enabled `MICROPY_PY_SYS_EXC_INFO` if using `logging.exception()`.
2022-07-16 15:33:39 +00:00
metadata
(
version
=
"
0.4
"
)
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
"
)