summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2022-04-16 02:35:41 +0300
committerGitHub <noreply@github.com>2022-04-16 01:35:41 +0200
commit6ab8a54615ddb9c2f6287047686e3f5b063440ba (patch)
treedb91518f41e5e363a7e17b9664e1482cefa45760 /HISTORY.rst
parentb135380591a4c9616c9f1d54fbfa93c8f2ee4228 (diff)
downloadpsutil-6ab8a54615ddb9c2f6287047686e3f5b063440ba.tar.gz
Drop Python 2.6 support (#2099)
Signed-off-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 590aaed2..8f2aaa32 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -7,7 +7,7 @@ XXXX-XX-XX
**Enhancements**
-- 1053_: dropped support for Python 2.6. (patch by Matthieu Darbois)
+- 1053_: dropped support for Python 2.6. (patches by Matthieu Darbois and Hugo van Kemenade)
- 2050_, [Linux]: increase ``read(2)`` buffer size from 1k to 32k when reading
``/proc`` pseudo files line by line. This should help having more consistent
results.
@@ -17,7 +17,7 @@ XXXX-XX-XX
- 2048_: ``AttributeError`` is raised if ``psutil.Error`` class is raised
manually and passed through ``str``.
-- 2049_, [Linux]: `cpu_freq`_ erroneously returns ``curr`` value in GHz while
+- 2049_, [Linux]: `cpu_freq()`_ erroneously returns ``curr`` value in GHz while
``min`` and ``max`` are in MHz.
- 2050_, [Linux]: `virtual_memory()`_ may raise ``ValueError`` if running in a
LCX container.