diff options
| author | Ammar Askar <ammar_askar@hotmail.com> | 2019-04-11 05:32:39 -0400 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2019-04-11 11:32:39 +0200 |
| commit | 921870d54091f399cd2b129db19530cc486b5700 (patch) | |
| tree | 099e24514ed9f1ea9317609e6e1deed8e0d44eb4 /docs/DEVNOTES | |
| parent | 05d51649ca709c6626d84cc710c2470d64829848 (diff) | |
| download | psutil-921870d54091f399cd2b129db19530cc486b5700.tar.gz | |
Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar Askar)
Diffstat (limited to 'docs/DEVNOTES')
| -rw-r--r-- | docs/DEVNOTES | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/DEVNOTES b/docs/DEVNOTES index c54fa938..abd2e368 100644 --- a/docs/DEVNOTES +++ b/docs/DEVNOTES @@ -69,8 +69,6 @@ FEATURES - #613: thread names. -- #604: emulate os.getloadavg() on Windows - - scripts/taskmgr-gui.py (using tk). - system-wide number of open file descriptors: |
