Kaydet (Commit) 83d0fd2f authored tarafından Jeremy Hylton's avatar Jeremy Hylton

Trying alphabet again

üst a325c42b
......@@ -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__')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment