diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-08-29 15:46:35 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-08-29 15:46:35 +0000 |
commit | bba8f527959241d3843422bd1052b56d8d433352 (patch) | |
tree | 9e787507fced4a4c81bc5eb6f1a508d2bff88c2d /Misc | |
parent | 6a59506aa4787ffe9a7c4d254b1b1e4ca19db90d (diff) | |
download | cpython-bba8f527959241d3843422bd1052b56d8d433352.tar.gz |
Patch #934711: Expose platform-specific entropy.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |