summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-08-29 15:46:35 +0000
committerMartin v. Löwis <martin@v.loewis.de>2004-08-29 15:46:35 +0000
commitbba8f527959241d3843422bd1052b56d8d433352 (patch)
tree9e787507fced4a4c81bc5eb6f1a508d2bff88c2d /Misc
parent6a59506aa4787ffe9a7c4d254b1b1e4ca19db90d (diff)
downloadcpython-bba8f527959241d3843422bd1052b56d8d433352.tar.gz
Patch #934711: Expose platform-specific entropy.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d294440db5..a084d22496 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,9 @@ Core and builtins
Extension modules
-----------------
+- os.urandom has been added for systems that support sources of random
+ data.
+
- Patch 1012740: truncate() on a writeable cStringIO now resets the
position to the end of the stream. This is consistent with the original
StringIO module and avoids inadvertently resurrecting data that was