Skip to content

Commit d67d7f1

Browse files
committed
Target 3.16
1 parent 6b3cc09 commit d67d7f1

4 files changed

Lines changed: 11 additions & 7 deletions

File tree

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ Creating network servers
878878

879879
Added the *cleanup_socket* parameter.
880880

881-
.. versionchanged:: 3.15
881+
.. versionchanged:: 3.16
882882

883883
Added the *mode* parameter.
884884

Doc/library/asyncio-stream.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ and work with streams:
209209
.. versionchanged:: 3.13
210210
Added the *cleanup_socket* parameter.
211211

212-
.. versionchanged:: 3.15
212+
.. versionchanged:: 3.16
213213
Added the *mode* parameter.
214214

215215

Doc/whatsnew/3.15.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -973,11 +973,6 @@ asyncio
973973
raising a custom exception which is then suppressed as it exits the task group.
974974
(Contributed by John Belmonte in :gh:`127214`.)
975975

976-
* Added the *mode* parameter to :meth:`asyncio.loop.create_unix_server` and
977-
:func:`asyncio.start_unix_server` to set the permissions of the Unix
978-
socket file created for *path*.
979-
(Contributed by Sam Bull in :gh:`94984`.)
980-
981976

982977
base64
983978
------

Doc/whatsnew/3.16.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@ New modules
9595
Improved modules
9696
================
9797

98+
asyncio
99+
-------
100+
101+
* Add the *mode* parameter to :meth:`asyncio.loop.create_unix_server` and
102+
:func:`asyncio.start_unix_server` to set the permissions of the Unix
103+
socket file created for *path*.
104+
(Contributed by Sam Bull in :gh:`94984`.)
105+
106+
98107
codecs
99108
------
100109

0 commit comments

Comments
 (0)