[issue12109] test_packaging monkeypatches httplib

Antoine Pitrou report at bugs.python.org
Thu May 19 13:39:36 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

$ grep -r https_conn_wrapper *
Lib/packaging/tests/test_command_upload_docs.py:146:        def https_conn_wrapper(*args):
Lib/packaging/tests/test_command_upload_docs.py:152:        upload_docs_mod.http.client.HTTPSConnection = https_conn_wrapper

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12109>
_______________________________________


More information about the Python-bugs-list mailing list