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, christian.heimes, giampaolo.rodola, gvanrossum, pitrou, python-dev, vstinner, yselivanov
Date 2014-10-15.15:00:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20141015150004.115579.87823@psf.io>
In-reply-to
Content
New changeset c2ccbcd11d47 by Antoine Pitrou in branch '3.4':
Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security.
https://hg.python.org/cpython/rev/c2ccbcd11d47

New changeset d75b63cb3e78 by Antoine Pitrou in branch 'default':
Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security.
https://hg.python.org/cpython/rev/d75b63cb3e78
History
Date User Action Args
2014-10-15 15:00:23python-devsetrecipients: + python-dev, gvanrossum, pitrou, vstinner, giampaolo.rodola, christian.heimes, alex, yselivanov
2014-10-15 15:00:23python-devlinkissue22641 messages
2014-10-15 15:00:23python-devcreate