[Python-checkins] python/dist/src/Misc NEWS,1.1308,1.1309

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Mon Jul 4 19:16:09 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
bug #1177468: don't cache /dev/urandom file descriptor in os.urandom



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1308
retrieving revision 1.1309
diff -u -d -r1.1308 -r1.1309
--- NEWS	29 Jun 2005 23:29:43 -0000	1.1308
+++ NEWS	4 Jul 2005 17:16:05 -0000	1.1309
@@ -150,6 +150,9 @@
 Library
 -------
 
+- Bug #1177468: Don't cache the /dev/urandom file descriptor for os.urandom,
+  as this can cause problems with apps closing all file descriptors.
+
 - Bug #839151: Fix an attempt to access sys.argv in the warnings module
   though this can be missing in embedded interpreters
 



More information about the Python-checkins mailing list