mirror of
https://github.com/python/cpython.git
synced 2025-11-12 23:16:47 +00:00
parent
e3385b4e3d
commit
563c949b11
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ Logging from multiple threads
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|
||||||
Logging from multiple threads requires no special effort. The following example
|
Logging from multiple threads requires no special effort. The following example
|
||||||
shows logging from the main (initIal) thread and another thread::
|
shows logging from the main (initial) thread and another thread::
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
import threading
|
import threading
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue