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 christian.heimes, koobs, pitrou, python-dev, vstinner
Date 2014-03-12.23:11:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3fkpnY5VHXz7Ljt@mail.python.org>
In-reply-to
Content
New changeset 23add5382fb3 by Benjamin Peterson in branch '3.1':
use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896)
http://hg.python.org/cpython/rev/23add5382fb3

New changeset 789ca594960f by Benjamin Peterson in branch '3.2':
use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896)
http://hg.python.org/cpython/rev/789ca594960f

New changeset de97d0334314 by Benjamin Peterson in branch '2.7':
use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896)
http://hg.python.org/cpython/rev/de97d0334314

New changeset 12df02358137 by Benjamin Peterson in branch '3.3':
merge 3.2 (#20896)
http://hg.python.org/cpython/rev/12df02358137

New changeset 0cba79667c7d by Benjamin Peterson in branch 'default':
merge 3.3 (#20896)
http://hg.python.org/cpython/rev/0cba79667c7d
History
Date User Action Args
2014-03-12 23:11:14python-devsetrecipients: + python-dev, pitrou, vstinner, christian.heimes, koobs
2014-03-12 23:11:14python-devlinkissue20896 messages
2014-03-12 23:11:14python-devcreate