New submission from calin marina:

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

----------
components: Library (Lib)
files: mywork.patch
hgrepos: 326
keywords: patch
messages: 256184
nosy: calin marina
priority: normal
severity: normal
status: open
title: httplib uses print for debugging
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file41280/mywork.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25835>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to