]> granicus.if.org Git - python/commitdiff
Trying alphabet again
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 11 Oct 2002 16:05:07 +0000 (16:05 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 11 Oct 2002 16:05:07 +0000 (16:05 +0000)
Lib/rexec.py

index a16d592cc41931c17bea1d6c4cab3aa1ee9f3c18..fdead817afe60ed3da1b2466d335f280c1f02539 100644 (file)
@@ -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__')