This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients eric.araujo, michael.mulich, orsenthil
Date 2012-02-03.14:41:17
SpamBayes Score 0.00030642495
Marked as misclassified No
Message-id <1328280078.83.0.426348131078.issue13771@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-02-03 14:41:19eric.araujosetrecipients: + eric.araujo, orsenthil, michael.mulich
2012-02-03 14:41:18eric.araujosetmessageid: <1328280078.83.0.426348131078.issue13771@psf.upfronthosting.co.za>
2012-02-03 14:41:18eric.araujolinkissue13771 messages
2012-02-03 14:41:17eric.araujocreate