diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2016-11-08 01:32:10 +0100 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2016-11-08 01:32:10 +0100 |
| commit | 8d5158045f420253cd536fbe864d199366361bdf (patch) | |
| tree | f1f2088e18821e55647f15cae1a4d894731cce20 /docs | |
| parent | d493b2862e5040f232ba5a0ff458376dcf3e7050 (diff) | |
| download | psutil-8d5158045f420253cd536fbe864d199366361bdf.tar.gz | |
update doc; bump up version
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index e0ae4973..15b9ee03 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -849,11 +849,15 @@ Process class .. method:: ppid() The process parent pid. On Windows the return value is cached after first - call. + call. Not on POSIX because + `ppid may change <https://github.com/giampaolo/psutil/issues/321>`__ + if process becomes a zombie. .. method:: name() - The process name. + The process name. On Windows the return value is cached after first + call. Not on POSIX because the process + `name may change <https://github.com/giampaolo/psutil/issues/692>`__. .. method:: exe() |
