Éric Araujo <mer...@netwok.org> added the comment:

Hi,

> wsgi_intercept has overridden http.client.HTTPSConnection with a class that 
> subclasses
> HTTPSConnection and overrides a few methonds.
Do you mean that the module is monkey-patched?

> Fix the issue in http/client.py:1074 by replacing "super(HTTPSConnection, 
> self)" with
> "super()", which if I'm not mistaken is the recommended usage of super in 
> Python 3.
Because it’s possible does not mean it’s liked :)  Some of us still dislike 
that hack.

----------
nosy: +eric.araujo

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

Reply via email to