diff options
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/docs/index.rst b/docs/index.rst index 031360d2..ef46f03f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1948,15 +1948,6 @@ Constants >>> if psutil.version_info >= (4, 5): ... pass - -Development guide -================= - -If you plan on hacking on psutil (e.g. want to add a new feature or fix a bug) -take a look at the -`development guide <https://github.com/giampaolo/psutil/blob/master/DEVGUIDE.rst>`_. - - Q&A === @@ -1971,6 +1962,11 @@ Q&A ---- +* Q: What SunOS versions are supported? +* A: From Solaris 10 onwards. + +---- + * Q: Why do I get :class:`AccessDenied` for certain processes? * A: This may happen when you query processess owned by another user, especially on `OSX <https://github.com/giampaolo/psutil/issues/883>`__ and @@ -1983,6 +1979,12 @@ Q&A the Python script as a Windows service (this is the trick used by tools such as ProcessHacker). +Development guide +================= + +If you plan on hacking on psutil (e.g. want to add a new feature or fix a bug) +take a look at the +`development guide <https://github.com/giampaolo/psutil/blob/master/DEVGUIDE.rst>`_. Timeline ======== |
