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

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Fri, 11 Oct 2002 08:55:20 -0700


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

Modified Files:
	rexec.py 
Log Message:
Sort names alphabetically.


Index: rexec.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/rexec.py,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** rexec.py	11 Oct 2002 15:51:29 -0000	1.42
--- rexec.py	11 Oct 2002 15:55:17 -0000	1.43
***************
*** 144,149 ****
                        'getcwd', 'getuid', 'getgid', 'geteuid', 'getegid')
  
!     ok_sys_names = ('ps1', 'ps2', 'copyright', 'version', 'hexversion',
!                     'platform', 'exit', 'maxint')
  
      nok_builtin_names = ('open', 'file', 'reload', '__import__')
--- 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__')