summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2021-08-06 21:35:13 (GMT)
committerGitHub <noreply@github.com>2021-08-06 21:35:13 (GMT)
commit17c23167942498296f0bdfffe52e72d53d66d693 (patch)
treebb91b9f67a173af81eea460620f1fe278f1092a8 /Doc/library
parente9a6f1b78bf57d9f3f99547bd007d7cfc9724cfb (diff)
downloadcpython-17c23167942498296f0bdfffe52e72d53d66d693.zip
cpython-17c23167942498296f0bdfffe52e72d53d66d693.tar.gz
cpython-17c23167942498296f0bdfffe52e72d53d66d693.tar.bz2
bpo-42971: Add errno.EQFULL (macOS) (GH-24419)
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/errno.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/errno.rst b/Doc/library/errno.rst
index 1cbd51c..93bdb6c 100644
--- a/Doc/library/errno.rst
+++ b/Doc/library/errno.rst
@@ -637,3 +637,8 @@ defined by the module. The specific list of defined symbols is available as
Quota exceeded
+.. data:: EQFULL
+
+ Interface output queue is full
+
+ .. versionadded:: 3.11