Kaydet (Commit) 69dc0c5b authored tarafından Jeremy Hylton's avatar Jeremy Hylton

Add hexversion to list of safe sys names (SF bug 621447).

Bug fix candidate.
üst 3bd6fde4
......@@ -143,7 +143,7 @@ class RExec(ihooks._Verbose):
'stat', 'times', 'uname', 'getpid', 'getppid',
'getcwd', 'getuid', 'getgid', 'geteuid', 'getegid')
ok_sys_names = ('ps1', 'ps2', 'copyright', 'version',
ok_sys_names = ('ps1', 'ps2', 'copyright', 'version', 'hexversion',
'platform', 'exit', 'maxint')
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