ANN: psutil 1.1.2 released

Giampaolo Rodola' g.rodola at gmail.com
Tue Oct 22 20:22:24 CEST 2013


=== About ===

psutil is a module providing an interface for retrieving information on all
running processes and system utilization (CPU, memory, disks, network,
users) in a portable way by using Python, implementing many functionalities
offered by command line tools such as ps, top, free, netstat, lsof and
others.
It supports Linux, Windows, OSX, FreeBSD and Solaris with Python versions
from 2.4 to 3.4.


=== Bug fixes ===

This is a bugfix only release fixing high-priority issue #442 on Linux:
https://code.google.com/p/psutil/issues/detail?id=442
This exclusively affected (certain) Linux users.
You're encouraged to download new psutil version at:
https://pypi.python.org/pypi/psutil#downloads


=== Links ===

* Home page: http://code.google.com/p/psutil
* Downloads:
https://pypi.python.org/pypi?:action=display&name=psutil#downloads
* API Reference: http://code.google.com/p/psutil/wiki/Documentation

Please try out this new release and let me know if you experience any
problem by filing issues on the bug tracker.

All the best,


--- Giampaolo Rodola'

http://code.google.com/p/pyftpdlib/
http://code.google.com/p/psutil/
http://code.google.com/p/pysendfile/


More information about the Python-announce-list mailing list