]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio: Add server_hostname as create_connection() argument, with secure default.
authorGuido van Rossum <guido@dropbox.com>
Fri, 1 Nov 2013 21:16:54 +0000 (14:16 -0700)
committerGuido van Rossum <guido@dropbox.com>
Fri, 1 Nov 2013 21:16:54 +0000 (14:16 -0700)
commit21c85a7124004bfbddf2c3db4085ec48842e90f6
treeda81a3150df7c9abdf63ff7e410c2a32157bf738
parent2b430b8720f0d206491250220672d4f1d0189b5a
asyncio: Add server_hostname as create_connection() argument, with secure default.
Lib/asyncio/base_events.py
Lib/asyncio/events.py
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_base_events.py