diff options
author | AraHaan <seandhunt_7@yahoo.com> | 2017-11-21 16:06:26 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2017-11-21 16:06:26 (GMT) |
commit | 431665bf1971e66c51f59abf0693f700ff7919e8 (patch) | |
tree | 2dbb46a1994e08d010882d389838376a16ac2aa7 /Misc/NEWS.d | |
parent | e256b408889eba867e1d90e5e1a0904843256255 (diff) | |
download | cpython-431665bf1971e66c51f59abf0693f700ff7919e8.zip cpython-431665bf1971e66c51f59abf0693f700ff7919e8.tar.gz cpython-431665bf1971e66c51f59abf0693f700ff7919e8.tar.bz2 |
bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (#4491)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2017-11-21-10-54-16.bpo-32105.91mhWm.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2017-11-21-10-54-16.bpo-32105.91mhWm.rst b/Misc/NEWS.d/next/Documentation/2017-11-21-10-54-16.bpo-32105.91mhWm.rst new file mode 100644 index 0000000..6f95b1e --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2017-11-21-10-54-16.bpo-32105.91mhWm.rst @@ -0,0 +1 @@ +Added asyncio.BaseEventLoop.connect_accepted_socket versionaddded marker. |