Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1116
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <g.rodola@gmail.com> |
| X-Original-To | python-announce-list@python.org |
| Delivered-To | python-announce-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'url:pypi': 0.03; 'affected': 0.07; 'filing': 0.07; 'fixes': 0.07; 'linux,': 0.07; 'subject:ANN': 0.07; 'subject:released': 0.07; '===': 0.09; 'reference:': 0.09; 'windows,': 0.09; 'api': 0.11; 'python': 0.11; 'bug': 0.12; 'portable': 0.16; 'retrieving': 0.16; 'to:addr:python-announce-list': 0.16; 'url:detail': 0.16; 'url:display': 0.16; 'url:issues': 0.16; 'users.': 0.18; 'module': 0.19; 'implementing': 0.19; 'command': 0.22; 'network,': 0.22; 'versions': 0.24; '---': 0.24; 'url:code': 0.29; 'message- id:@mail.gmail.com': 0.30; 'url:wiki': 0.31; 'encouraged': 0.31; 'fixing': 0.31; 'interface': 0.32; 'linux': 0.33; 'url:python': 0.33; 'running': 0.33; 'at:': 0.34; 'problem': 0.35; 'offered': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'url:org': 0.36; 'others.': 0.38; 'issue': 0.38; 'url:action': 0.39; 'to:addr:python.org': 0.39; 'release': 0.40; 'free,': 0.61; 'new': 0.61; 'providing': 0.61; "you're": 0.61; 'information': 0.63; 'such': 0.63; 'skip:n 10': 0.64; 'url:p': 0.64; 'home': 0.69; 'freebsd': 0.84; 'disks,': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=fdEQKnjyu9ylo/u4dtP3ju6ENZN1AQrbjOpeOY6yqeY=; b=bBpf4AyaCM50WtIaKv3/bpZU9zZ55tlEIn0QNSNh1yo33h4QW+O0GIW8qho6ERLTTz qqUTjL4YWdCCsoxX2AceoNoN01k+v5qWATHX6IHp9O1kDWm4YFR/WhoV7WVWXRo32Tqo uoEngEzfTMYGg4ipocE7Q/oe4TngQ/+/V2EEHzhQff+Dh8AlC2etHTZ4v9/hK6mGeTMh HAQYfetnhtAsyFJj3UhYjDyiNVbniCMBzBgS8TeD/w4hsPiJEe2eDF+UgYFCalL/3Rec Rpvd/rK6z8rqZdD24Ye1GfvZxm7DfHJSQLo8daxIEOqcq9+YDHSPfawu/8Mrh8pdT/SV SyvQ== |
| X-Received | by 10.112.42.68 with SMTP id m4mr18413246lbl.4.1382466165001; Tue, 22 Oct 2013 11:22:45 -0700 (PDT) |
| MIME-Version | 1.0 |
| From | "Giampaolo Rodola'" <g.rodola@gmail.com> |
| Date | Tue, 22 Oct 2013 20:22:24 +0200 |
| Subject | ANN: psutil 1.1.2 released |
| To | python-announce-list@python.org |
| X-Mailman-Approved-At | Wed, 23 Oct 2013 10:52:49 +0200 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-Content-Filtered-By | Mailman/MimeDel 2.1.15 |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| Reply-To | python-list@python.org |
| List-Id | Announcement-only list for the Python programming language <python-announce-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-announce-list/> |
| List-Post | <mailto:python-announce-list@python.org> |
| List-Help | <mailto:python-announce-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe> |
| Approved | python-announce-list@python.org |
| Newsgroups | comp.lang.python.announce |
| Message-ID | <mailman.1399.1382518370.18130.python-announce-list@python.org> (permalink) |
| Lines | 38 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1382518370 news.xs4all.nl 15903 [2001:888:2000:d::a6]:41397 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python.announce:1116 |
Show key headers only | View raw
=== 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/
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
ANN: psutil 1.1.2 released "Giampaolo Rodola'" <g.rodola@gmail.com> - 2013-10-22 20:22 +0200
csiph-web