diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2018-07-16 00:10:03 +0200 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2018-07-16 00:10:03 +0200 |
| commit | cf9d1cd9045e4d73ecd2d7308183d254081bc9b3 (patch) | |
| tree | 1380f6d942c3f7312df10a0e9218d61c12f00030 /docs | |
| parent | f440b6e3c6e9bbcd3e57f9c0d2f78aef36a249b1 (diff) | |
| download | psutil-cf9d1cd9045e4d73ecd2d7308183d254081bc9b3.tar.gz | |
fix #1279: catch and skip ENODEV in net_if_stat()
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 8 |
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() |
