From: Finn B. <bc...@us...> - 2001-01-15 19:28:18
|
Update of /cvsroot/jython/jython/installer In directory usw-pr-cvs1:/tmp/cvs-serv11425 Modified Files: liftoff.filelist mklist.py Log Message: Added UserString.py from CPython. Might as well since it already works. Index: liftoff.filelist =================================================================== RCS file: /cvsroot/jython/jython/installer/liftoff.filelist,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** liftoff.filelist 2001/01/15 18:38:23 1.9 --- liftoff.filelist 2001/01/15 19:28:11 1.10 *************** *** 478,481 **** --- 478,482 ---- t Lib/threading.py d:\Python20\Lib\threading.py t Lib/atexit.py d:\Python20\Lib\atexit.py + t Lib/UserString.py d:\Python20\Lib\UserString.py t Lib/site.py ..\Lib\site.py #===== end of list generated by mklist.py ===== Index: mklist.py =================================================================== RCS file: /cvsroot/jython/jython/installer/mklist.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** mklist.py 2001/01/15 18:38:53 1.7 --- mklist.py 2001/01/15 19:28:11 1.8 *************** *** 149,152 **** --- 149,153 ---- 'threading.py', 'atexit.py', + 'UserString.py', ] |