[Python-checkins] r84300 - in python/branches/release27-maint: Modules/_randommodule.c

benjamin.peterson python-checkins at python.org
Tue Aug 24 20:10:46 CEST 2010


Author: benjamin.peterson
Date: Tue Aug 24 20:10:46 2010
New Revision: 84300

Log:
Merged revisions 84299 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84299 | benjamin.peterson | 2010-08-24 13:08:22 -0500 (Tue, 24 Aug 2010) | 1 line
  
  tabbing no longer applicable
........


Modified:
   python/branches/release27-maint/   (props changed)
   python/branches/release27-maint/Modules/_randommodule.c

Modified: python/branches/release27-maint/Modules/_randommodule.c
==============================================================================
--- python/branches/release27-maint/Modules/_randommodule.c	(original)
+++ python/branches/release27-maint/Modules/_randommodule.c	Tue Aug 24 20:10:46 2010
@@ -6,7 +6,7 @@
 
    It was modified in 2002 by Raymond Hettinger as follows:
 
-    * the principal computational lines untouched except for tabbing.
+    * the principal computational lines untouched.
 
     * renamed genrand_res53() to random_random() and wrapped
       in python calling/return code.


More information about the Python-checkins mailing list