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 pitrou
Recipients dwoz, ezio.melotti, giampaolo.rodola, janssen, jeffknupp, orsenthil, pitrou, python-dev, r.david.murray
Date 2013-04-01.18:42:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364841460.3410.1.camel@localhost.localdomain>
In-reply-to <1364840828.25.0.699843383793.issue17483@psf.upfronthosting.co.za>
Content
> Antoine - I approached it from idea that check_hostname "as a setting"
> is allowed from HTTPSConnection (http/client.py) but it not
> controllable from urllib. Is there a case where it is useful in
> HTTPSConnection, but it should not be from urllib?

HTTPSConnection is lower-level, so it makes sense to allow more
deviations there. That's why HTTPSConnection also takes the context
directly.
History
Date User Action Args
2013-04-01 18:42:12pitrousetrecipients: + pitrou, janssen, orsenthil, giampaolo.rodola, ezio.melotti, r.david.murray, python-dev, jeffknupp, dwoz
2013-04-01 18:42:12pitroulinkissue17483 messages
2013-04-01 18:42:12pitroucreate