From b070015104ea01689fee9f7c91709c0e2d35a9a8 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Sun, 16 Apr 2023 02:31:37 +0200 Subject: Fix #2237, OpenBSD, cwd(): return None instead of FileNotFoundError --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'HISTORY.rst') diff --git a/HISTORY.rst b/HISTORY.rst index 324961bc..d9463817 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -39,6 +39,8 @@ *used* are too high. We now match values shown by *htop* CLI utility. - 2236_, [NetBSD]: `Process.num_threads()`_ and `Process.threads()`_ return threads that are already terminated. +- 2237_, [OpenBSD]: `Process.cwd()`_ may raise ``FileNotFoundError`` if cwd no + longer exists. Return ``None`` instead. 5.9.4 ===== -- cgit v1.2.1