Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now
set to non inheritable
diff --git a/Misc/NEWS b/Misc/NEWS
index b49d5dd..be68961 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@
 Library
 -------
 
+- Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now
+  set to non inheritable
+
 - Issue #22113: struct.pack_into() now supports new buffer protocol (in
   particular accepts writable memoryview).