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 python-dev
Recipients alex, benjamin.peterson, christian.heimes, desbma, python-dev
Date 2014-12-07.18:47:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20141207184747.27509.21943@psf.io>
In-reply-to
Content
New changeset a409a7cd908d by Benjamin Peterson in branch '3.4':
HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959)
https://hg.python.org/cpython/rev/a409a7cd908d

New changeset 41021c771510 by Benjamin Peterson in branch '2.7':
remove HTTPSConnection's check_hostname parameter (#22959)
https://hg.python.org/cpython/rev/41021c771510

New changeset ee095a2e2b35 by Benjamin Peterson in branch 'default':
merge 3.4 (#22959)
https://hg.python.org/cpython/rev/ee095a2e2b35
History
Date User Action Args
2014-12-07 18:47:49python-devsetrecipients: + python-dev, christian.heimes, benjamin.peterson, alex, desbma
2014-12-07 18:47:49python-devlinkissue22959 messages
2014-12-07 18:47:49python-devcreate