◐ Shell
clean mode source ↗

Message 256184 - Python tracker

httplib is using print for debugging messages and it is causing a lot of annoyance in multiprocess debugging or even single process but headless running...
As it is still used by a lot of libraries, including requests the recommended one over this for HTTP protocol client I thought sharing my update lib using logging module would be useful by someone