diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2016-12-20 01:18:54 +0100 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2016-12-20 01:18:54 +0100 |
| commit | 405c5feea6df792060c415d7c0423bf7f277ce23 (patch) | |
| tree | 85f611f127db99e7df7348a4af947c83afe924c9 /docs/index.rst | |
| parent | d43b1752f41339427c7f81fe6b838b401456aa77 (diff) | |
| download | psutil-405c5feea6df792060c415d7c0423bf7f277ce23.tar.gz | |
#609: fix compilation issue on solaris 10
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 ======== |
