]> granicus.if.org Git - python/commit
Issue #22641: In asyncio, the default SSL context for client connections is now creat...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Oct 2014 14:58:21 +0000 (16:58 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Oct 2014 14:58:21 +0000 (16:58 +0200)
commitfd39a89e0e09de5460626a68e9e443fe0c103c14
tree69f3e067853b0f27e722b44ed3e05c79751dce5f
parent7184bac5446aefcf576bc8a0a666cfd096b86293
Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security.
Lib/asyncio/selector_events.py
Lib/asyncio/test_utils.py
Lib/test/test_asyncio/test_events.py
Misc/NEWS