summaryrefslogtreecommitdiff
path: root/HISTORY.rst
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-12-14 11:54:18 -0800
committerGiampaolo Rodola <g.rodola@gmail.com>2020-12-14 11:54:18 -0800
commit6e288e0105b001ad37e67279d73578b3e1790877 (patch)
treee4dfa117a4ac814510934f92123f109eee5c175a /HISTORY.rst
parentb6699b41e2c4873deac532e925561686bdb827d5 (diff)
downloadpsutil-6e288e0105b001ad37e67279d73578b3e1790877.tar.gz
fix #1875: username return ERROR_NONE_MAPPED
Diffstat (limited to 'HISTORY.rst')
-rw-r--r--HISTORY.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY.rst b/HISTORY.rst
index d55a4ee3..109547eb 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -19,7 +19,9 @@ XXXX-XX-XX
- 1866_: [Windows] process exe(), cmdline(), environ() may raise "invalid
access to memory location" on Python 3.9.
-- 1874_: [Solaris] wrong swap output given when encrypted column is present
+- 1874_: [Solaris] wrong swap output given when encrypted column is present.
+- 1875_: [Windows] process username() may raise ERROR_NONE_MAPPED if the SID
+ has no corresponding account name. In this case AccessDenied is now raised.
- 1877_: [Windows] OpenProcess may fail with ERROR_SUCCESS. Turn it into
AccessDenied or NoSuchProcess depending on whether the PID is alive.
- 1886_: [macOS] EIO error may be raised on cmdline() and environment(). Now