[Python-checkins] CVS: python/dist/src/Lib rexec.py,1.29,1.30

Fred L. Drake fdrake@users.sourceforge.net
Fri, 22 Jun 2001 11:19:19 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv6941

Modified Files:
	rexec.py 
Log Message:

Add sha and _sre to the list of allowed built-in modules.


Index: rexec.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/rexec.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** rexec.py	2001/06/18 12:33:36	1.29
--- rexec.py	2001/06/22 18:19:16	1.30
***************
*** 124,128 ****
                            'marshal', 'math', 'md5', 'operator',
                            'parser', 'regex', 'pcre', 'rotor', 'select',
!                           'strop', 'struct', 'time')
  
      ok_posix_names = ('error', 'fstat', 'listdir', 'lstat', 'readlink',
--- 124,128 ----
                            'marshal', 'math', 'md5', 'operator',
                            'parser', 'regex', 'pcre', 'rotor', 'select',
!                           'sha', '_sre', 'strop', 'struct', 'time')
  
      ok_posix_names = ('error', 'fstat', 'listdir', 'lstat', 'readlink',