]> granicus.if.org Git - python/commit
bpo-35934: Add socket.create_server() utility function (GH-11784)
authorGiampaolo Rodola <g.rodola@gmail.com>
Mon, 8 Apr 2019 22:34:02 +0000 (00:34 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Apr 2019 22:34:02 +0000 (00:34 +0200)
commiteb7e29f2a9d075accc1ab3faf3612ac44f5e2183
tree6d4d31556465bc34e12de0ebc98dd751cb0fc09a
parent58721a903074d28151d008d8990c98fc31d1e798
bpo-35934: Add socket.create_server() utility function (GH-11784)
17 files changed:
Doc/library/socket.rst
Doc/whatsnew/3.8.rst
Lib/ftplib.py
Lib/socket.py
Lib/test/_test_multiprocessing.py
Lib/test/eintrdata/eintr_tester.py
Lib/test/test_asyncio/functional.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_streams.py
Lib/test/test_epoll.py
Lib/test/test_ftplib.py
Lib/test/test_httplib.py
Lib/test/test_kqueue.py
Lib/test/test_socket.py
Lib/test/test_ssl.py
Lib/test/test_support.py
Misc/NEWS.d/next/Library/2019-02-07-20-25-39.bpo-35934.QmfNmY.rst [new file with mode: 0644]