File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
982977base64
983978------
Original file line number Diff line number Diff line change @@ -95,6 +95,15 @@ New modules
9595Improved 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+
98107codecs
99108------
100109
You can’t perform that action at this time.
0 commit comments