What should go to stdout/stderr and why Python logging write everything to stderr?

Thomas Passin list1 at tompassin.net
Thu Jan 5 17:41:40 EST 2023


On 1/5/2023 4:24 PM, Stefan Ram wrote:
> You often can replace threads in tkinter by coroutines using
>    asyncio when you write a replacement for the mainloop of
>    tkinter that uses asyncio. Now, try to read only the official
>    documentation of asyncio and tkinter and figure out only from
>    this how to get such a program to work!

Cool! Can we have a link, please?



More information about the Python-list mailing list