diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2002-10-11 16:05:07 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2002-10-11 16:05:07 (GMT) |
commit | 83d0fd2fd186ff494b80e02e4cf40d330af81b2e (patch) | |
tree | 4a48768acecd060157ee3ae7e97565fb0a0dd0e7 /Lib/rexec.py | |
parent | a325c42b2dfa38a9ecd2151d497d3ffc660ad07a (diff) | |
download | cpython-83d0fd2fd186ff494b80e02e4cf40d330af81b2e.zip cpython-83d0fd2fd186ff494b80e02e4cf40d330af81b2e.tar.gz cpython-83d0fd2fd186ff494b80e02e4cf40d330af81b2e.tar.bz2 |
Trying alphabet again
Diffstat (limited to 'Lib/rexec.py')
-rw-r--r-- | Lib/rexec.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/rexec.py b/Lib/rexec.py index a16d592..fdead81 100644 --- a/Lib/rexec.py +++ b/Lib/rexec.py @@ -143,8 +143,8 @@ class RExec(ihooks._Verbose): 'stat', 'times', 'uname', 'getpid', 'getppid', 'getcwd', 'getuid', 'getgid', 'geteuid', 'getegid') - ok_sys_names = ('copyright', 'exit', 'hexversion', 'version', - 'maxint', 'platform', 'ps1', 'ps2') + ok_sys_names = ('copyright', 'exit', 'hexversion', 'maxint', 'platform', + 'ps1', 'ps2', 'version') nok_builtin_names = ('open', 'file', 'reload', '__import__') |