summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2018-07-16 00:10:03 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2018-07-16 00:10:03 +0200
commitcf9d1cd9045e4d73ecd2d7308183d254081bc9b3 (patch)
tree1380f6d942c3f7312df10a0e9218d61c12f00030 /docs
parentf440b6e3c6e9bbcd3e57f9c0d2f78aef36a249b1 (diff)
downloadpsutil-cf9d1cd9045e4d73ecd2d7308183d254081bc9b3.tar.gz
fix #1279: catch and skip ENODEV in net_if_stat()
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index af207702..d17d2c65 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1880,11 +1880,11 @@ Process class
(OpenBSD) "laddr" and "raddr" fields for UNIX sockets are always set to
"". This is a limitation of the OS.
- .. versionchanged:: 5.3.0 : "laddr" and "raddr" are named tuples.
+ .. note::
+ (AIX) :class:`psutil.AccessDenied` is always raised unless running
+ as root (lsof does the same).
- .. note::
- (AIX) :class:`psutil.AccessDenied` is always raised unless running
- as root (lsof does the same).
+ .. versionchanged:: 5.3.0 : "laddr" and "raddr" are named tuples.
.. method:: is_running()