From: Jeremy Hylton Date: Fri, 11 Oct 2002 16:05:07 +0000 (+0000) Subject: Trying alphabet again X-Git-Tag: v2.3c1~3813 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83d0fd2fd186ff494b80e02e4cf40d330af81b2e;p=thirdparty%2FPython%2Fcpython.git Trying alphabet again --- diff --git a/Lib/rexec.py b/Lib/rexec.py index a16d592cc419..fdead817afe6 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__')