[Python-checkins] python/dist/src/Misc NEWS,1.1116,1.1117

loewis at users.sourceforge.net loewis at users.sourceforge.net
Sun Aug 29 17:46:38 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13928/Misc

Modified Files:
	NEWS 
Log Message:
Patch #934711: Expose platform-specific entropy.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1116
retrieving revision 1.1117
diff -u -d -r1.1116 -r1.1117
--- NEWS	29 Aug 2004 07:50:42 -0000	1.1116
+++ NEWS	29 Aug 2004 15:46:34 -0000	1.1117
@@ -47,6 +47,9 @@
 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



More information about the Python-checkins mailing list