[Python-checkins] python/dist/src/Lib rexec.py,1.43,1.44

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Fri, 11 Oct 2002 09:05:13 -0700


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

Modified Files:
	rexec.py 
Log Message:
Trying alphabet again


Index: rexec.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/rexec.py,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** rexec.py	11 Oct 2002 15:55:17 -0000	1.43
--- rexec.py	11 Oct 2002 16:05:07 -0000	1.44
***************
*** 144,149 ****
                        'getcwd', 'getuid', 'getgid', 'geteuid', 'getegid')
  
!     ok_sys_names = ('copyright', 'exit', 'hexversion', 'version',
!                     'maxint', 'platform', 'ps1', 'ps2')
  
      nok_builtin_names = ('open', 'file', 'reload', '__import__')
--- 144,149 ----
                        'getcwd', 'getuid', 'getgid', 'geteuid', 'getegid')
  
!     ok_sys_names = ('copyright', 'exit', 'hexversion', 'maxint', 'platform',
!                     'ps1', 'ps2', 'version')
  
      nok_builtin_names = ('open', 'file', 'reload', '__import__')