8000 [3.12] gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTRECOVERABL… · python/cpython@387cb9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 387cb9f

Browse files
miss-islingtonqqwqqw689AA-Turner
authored
[3.12] gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTRECOVERABLE,ENOTSUP} (GH-107486) (#108529)
gh-107453: Document errno.{ECANCELED,EOWNERDEAD,ENOTRECOVERABLE,ENOTSUP} (GH-107486) (cherry picked from commit 1ac6423) Co-authored-by: qqwqqw689 <114795525+qqwqqw689@users.noreply.github.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 09877a1 commit 387cb9f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

Doc/library/errno.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,13 @@ defined by the module. The specific list of defined symbols is available as
511511
Operation not supported on transport endpoint
512512

513513

514+
.. data:: ENOTSUP
515+
516+
Operation not supported
517+
518+
.. versionadded:: 3.2
519+
520+
514521
.. data:: EPFNOSUPPORT
515522

516523
Protocol family not supported
@@ -666,3 +673,24 @@ defined by the module. The specific list of defined symbols is available as
666673
.. availability:: WASI, FreeBSD
667674

668675
.. versionadded:: 3.11.1
676+
677+
678+
.. data:: ECANCELED
679+
680+
Operation canceled
681+
682+
.. versionadded:: 3.2
683+
684+
685+
.. data:: EOWNERDEAD
686+
687+
Owner died
688+
689+
.. versionadded:: 3.2
690+
691+
692+
.. data:: ENOTRECOVERABLE
693+
694+
State not recoverable
695+
696+
.. versionadded:: 3.2

0 commit comments

Comments
 (0)
0