Update of /cvsroot/jython/jython/installer
In directory usw-pr-cvs1:/tmp/cvs-serv23936
Modified Files:
mklist.py
Log Message:
Re-use the CPython version of StringIO and copy.py.
Index: mklist.py
===================================================================
RCS file: /cvsroot/jython/jython/installer/mklist.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** mklist.py 2001/01/16 20:40:35 1.9
--- mklist.py 2001/02/04 14:54:34 1.10
***************
*** 53,57 ****
'SimpleHTTPServer.py',
'SocketServer.py',
! #'StringIO.py', # Temporarily removed.
'UserDict.py',
'UserList.py',
--- 53,57 ----
'SimpleHTTPServer.py',
'SocketServer.py',
! 'StringIO.py',
'UserDict.py',
'UserList.py',
***************
*** 68,72 ****
'commands.py',
'compileall.py',
! #'copy.py', # Temporarily removed.
'copy_reg.py',
'dircache.py',
--- 68,72 ----
'commands.py',
'compileall.py',
! 'copy.py',
'copy_reg.py',
'dircache.py',
|