
Update of /cvsroot/python/python/dist/src/Lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1820 Modified Files: random.py Log Message: Reflow long line. Index: random.py =================================================================== RCS file: /cvsroot/python/python/dist/src/Lib/random.py,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** random.py 18 Jan 2004 20:29:54 -0000 1.59 --- random.py 23 Feb 2004 17:27:57 -0000 1.60 *************** *** 281,290 **** # dictionary. ! # When the number of selections is small compared to the population, ! # then tracking selections is efficient, requiring only a small ! # dictionary and an occasional reselection. For a larger number of ! # selections, the pool tracking method is preferred since the list takes ! # less space than the dictionary and it doesn't suffer from frequent ! # reselections. n = len(population) --- 281,290 ---- # dictionary. ! # When the number of selections is small compared to the ! # population, then tracking selections is efficient, requiring ! # only a small dictionary and an occasional reselection. For ! # a larger number of selections, the pool tracking method is ! # preferred since the list takes less space than the ! # dictionary and it doesn't suffer from frequent reselections. n = len(population)