summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-01-29 00:08:14 +0100
committerGitHub <noreply@github.com>2020-01-29 00:08:14 +0100
commit994c429c010049a6a0556ce3b0d1af1f86f27867 (patch)
tree0042fbc7c863f2cc1ff3cd81c29d6450f0af6a8e /HISTORY.rst
parent0e8e5a983ac7e346224cfaa45856738628c1bdc5 (diff)
downloadpsutil-994c429c010049a6a0556ce3b0d1af1f86f27867.tar.gz
Properly handle PID type in C (#1672)
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 3f2a81b0..9b6dd984 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -26,6 +26,7 @@ XXXX-XX-XX
- 1662_: [Windows] process exe() may raise WinError 0.
- 1665_: [Linux] disk_io_counters() does not take into account extra fields
added to recent kernels. (patch by Mike Hommey)
+- 1672_: properly handle PID C type.
- 1673_: [OpenBSD] Process connections(), num_fds() and threads() returned
improper exception if process is gone.