[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.89, 1.90

jlgijsbers at users.sourceforge.net jlgijsbers at users.sourceforge.net
Mon Aug 30 17:03:26 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17011

Modified Files:
	whatsnew24.tex 
Log Message:
Fix build error: \filename{/dev/urandom} -> \file{/dev/urandom}.


Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- whatsnew24.tex	30 Aug 2004 11:58:04 -0000	1.89
+++ whatsnew24.tex	30 Aug 2004 15:03:23 -0000	1.90
@@ -1121,7 +1121,7 @@
 \item A new \function{urandom(\var{n})} function 
 was added to the \module{os} module, providing access to
 platform-specific sources of randomness such as
-\filename{/dev/urandom} on Linux or the Windows CryptoAPI.  The
+\file{/dev/urandom} on Linux or the Windows CryptoAPI.  The
 function returns a string containing \var{n} bytes of random data.
 (Contributed by Trevor Perrin.)
 



More information about the Python-checkins mailing list