[issue12109] test_packaging monkeypatches httplib

2011-05-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: Looks good here, thank you :) -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue12109] test_packaging monkeypatches httplib

2011-05-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 56aa0aca7186 by Tarek Ziade in branch 'default': Issue #12109 fixing typo in packaging's test_command_upload_docs http://hg.python.org/cpython/rev/56aa0aca7186 -- nosy: +python-dev ___ Python tracker

[issue12109] test_packaging monkeypatches httplib

2011-05-19 Thread Antoine Pitrou
Antoine Pitrou 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 --

[issue12109] test_packaging monkeypatches httplib

2011-05-19 Thread Antoine Pitrou
New submission from Antoine Pitrou : == ERROR: test_https (test.test_urllib2_localnet.TestUrlopen) -- Traceback (most recent call last): File "D:\Buildslave\3