diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2017-11-08 15:13:39 +0100 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2017-11-08 15:13:39 +0100 |
| commit | b0209d0acd50fd95723a30bf24e7d06b9378835e (patch) | |
| tree | 3b4b257c107843eefe6811352cf385699b6e6a6a /scripts | |
| parent | 147de27ff4a1f9f078b7e3783dae48a8c9eb8da6 (diff) | |
| download | psutil-b0209d0acd50fd95723a30bf24e7d06b9378835e.tar.gz | |
update doc
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/internal/print_announce.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/scripts/internal/print_announce.py b/scripts/internal/print_announce.py index 9d2cbb62..1c2b9e11 100755 --- a/scripts/internal/print_announce.py +++ b/scripts/internal/print_announce.py @@ -39,10 +39,9 @@ monitoring, profiling and limiting process resources and management of \ running processes. It implements many functionalities offered by command \ line tools such as: ps, top, lsof, netstat, ifconfig, who, df, kill, free, \ nice, ionice, iostat, iotop, uptime, pidof, tty, taskset, pmap. It \ -currently supports Linux, Windows, OSX, Sun Solaris, FreeBSD, OpenBSD and \ -NetBSD, both 32-bit and 64-bit architectures, with Python versions from 2.6 \ -to 3.5 (users of Python 2.4 and 2.5 may use 2.1.3 version). PyPy is also \ -known to work. +currently supports Linux, Windows, OSX, Sun Solaris, FreeBSD, OpenBSD, NetBSD \ +and AIX, both 32-bit and 64-bit architectures, with Python versions from 2.6 \ +to 3.6. PyPy is also known to work. What's new ========== |
