Update of /cvsroot/python/python/dist/src In directory sc8-pr-cvs1:/tmp/cvs-serv13935 Modified Files: setup.py Log Message: SF patch 658251: Install a C implementation of the Mersenne Twister as the core generator for random.py. Index: setup.py =================================================================== RCS file: /cvsroot/python/python/dist/src/setup.py,v retrieving revision 1.128 retrieving revision 1.129 diff -C2 -d -r1.128 -r1.129 *** setup.py 19 Dec 2002 23:27:58 -0000 1.128 --- setup.py 29 Dec 2002 23:03:38 -0000 1.129 *************** *** 317,320 **** --- 317,322 ---- exts.append( Extension('datetime', ['datetimemodule.c'], libraries=math_libs) ) + # random number generator implemented in C + exts.append( Extension("_random", ["_randommodule.c"]) ) # operator.add() and similar goodies exts.append( Extension('operator', ['operator.c']) )
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4