summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2021-12-28 23:41:21 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2021-12-28 23:41:21 +0100
commit549b7bc7ffe7173a03a14bc277e704a31e0bd359 (patch)
treeb1c098b26d09077616c3f961e9c1572c964927cf
parent7e2bbd8660138b230ceba74c2c10bd24fe2743e8 (diff)
downloadpsutil-549b7bc7ffe7173a03a14bc277e704a31e0bd359.tar.gz
style
Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
-rw-r--r--HISTORY.rst15
1 files changed, 6 insertions, 9 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index 231fbc94..5866ad78 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -706,9 +706,9 @@ XXXX-XX-XX
retrieve memory info about Linux containers such as Docker and Heroku.
- 1022_: `users()`_ provides a new ``pid`` field.
- 1025_: `process_iter()`_ accepts two new parameters in order to invoke
- `Process.as_dict()`_: "attrs" and "ad_value". With this you can iterate over all
- processes in one shot without needing to catch `NoSuchProcess`_ and do list/dict
- comprehensions.
+ `Process.as_dict()`_: ``attrs`` and ``ad_value``. With these you can iterate
+ over all processes in one shot without needing to catch `NoSuchProcess`_ and
+ do list/dict comprehensions.
- 1040_: implemented full unicode support.
- 1051_: `disk_usage()`_ on Python 3 is now able to accept bytes.
- 1058_: test suite now enables all warnings by default.
@@ -787,12 +787,9 @@ XXXX-XX-XX
when retrieving UNIX sockets.
- 1040_: all strings are encoded by using OS fs encoding.
- 1040_: the following Windows APIs on Python 2 now return a string instead of
- unicode:
- - `Process.memory_maps()`_.path
- - WindowsService.bin_path()
- - WindowsService.description()
- - WindowsService.display_name()
- - WindowsService.username()
+ unicode: ``Process.memory_maps().path``, ``WindowsService.bin_path()``,
+ ``WindowsService.description()``, ``WindowsService.display_name()``,
+ ``WindowsService.username()``.
5.2.2
=====