Issue #3708: os.urandom no longer goes into an infinite loop when passed a
non-integer floating point number.
diff --git a/Misc/NEWS b/Misc/NEWS
index a107473..00dfd33 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,9 @@
 - Issue #3703: _fileio.FileIO gave unhelpful error message when trying to open a
   directory.
 
+- Issue #3708: os.urandom no longer goes into an infinite loop when passed a
+  non-integer floating point number.
+
 Extension Modules
 -----------------