[Python-checkins] python/dist/src/Lib rexec.py,1.50,1.51

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Tue Aug 31 15:31:44 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27492

Modified Files:
	rexec.py 
Log Message:
Remove rotor, xreadlines modules

Index: rexec.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/rexec.py,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- rexec.py	2 Jun 2004 17:40:43 -0000	1.50
+++ rexec.py	31 Aug 2004 13:31:42 -0000	1.51
@@ -136,9 +136,9 @@
     ok_builtin_modules = ('audioop', 'array', 'binascii',
                           'cmath', 'errno', 'imageop',
                           'marshal', 'math', 'md5', 'operator',
-                          'parser', 'regex', 'rotor', 'select',
+                          'parser', 'regex', 'select',
                           'sha', '_sre', 'strop', 'struct', 'time',
-                          'xreadlines', '_weakref')
+                          '_weakref')
 
     ok_posix_names = ('error', 'fstat', 'listdir', 'lstat', 'readlink',
                       'stat', 'times', 'uname', 'getpid', 'getppid',



More information about the Python-checkins mailing list