diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2019-03-05 13:29:59 +0100 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2019-03-05 13:29:59 +0100 |
| commit | 888f138a45f42f1b9e12cfca2109307a32314d2c (patch) | |
| tree | fc7a13e0081681251fb6335b826b1bfb2836f8a8 /HISTORY.rst | |
| parent | 74bdb6487cece4b2acb8ddf716ecd3a645d287d8 (diff) | |
| download | psutil-888f138a45f42f1b9e12cfca2109307a32314d2c.tar.gz | |
bump up version, fix some doc issues
Diffstat (limited to 'HISTORY.rst')
| -rw-r--r-- | HISTORY.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst index 18bd4833..4e3c79cc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -17,6 +17,8 @@ call) significantly speeding up different functions and methods. - 1426_: [Windows] PAGESIZE and number of processors is now calculated on startup. +- 1428_: in case of error, the traceback message now shows the underlying C + function called which failed. - 1433_: new Process.parents() method. (idea by Ghislain Le Meur) - 1437_: pids() are returned in sorted order. - 1442_: python3 is now the default interpreter used by Makefile. |
