os.urandom no longer masks unrelated exceptions like SystemExit or
KeyboardInterrupt.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9eeeff8..b498cc3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,6 +61,9 @@
 Library
 -------
 
+- os.urandom no longer masks unrelated exceptions like SystemExit or
+  KeyboardInterrupt.
+
 - Bug #1525866: Don't copy directory stat times in 
   shutil.copytree on Windows