diff options
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/errno.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/library/errno.rst b/Doc/library/errno.rst index 4983b89..824d489 100644 --- a/Doc/library/errno.rst +++ b/Doc/library/errno.rst @@ -613,6 +613,13 @@ defined by the module. The specific list of defined symbols is available as No route to host +.. data:: EHWPOISON + + Memory page has hardware error. + + .. versionadded:: next + + .. data:: EALREADY Operation already in progress. This error is mapped to the |