mirror of
https://github.com/python/cpython.git
synced 2025-11-09 10:01:42 +00:00
Trying alphabet again
This commit is contained in:
parent
a325c42b2d
commit
83d0fd2fd1
1 changed files with 2 additions and 2 deletions
|
|
@ -143,8 +143,8 @@ class RExec(ihooks._Verbose):
|
||||||
'stat', 'times', 'uname', 'getpid', 'getppid',
|
'stat', 'times', 'uname', 'getpid', 'getppid',
|
||||||
'getcwd', 'getuid', 'getgid', 'geteuid', 'getegid')
|
'getcwd', 'getuid', 'getgid', 'geteuid', 'getegid')
|
||||||
|
|
||||||
ok_sys_names = ('copyright', 'exit', 'hexversion', 'version',
|
ok_sys_names = ('copyright', 'exit', 'hexversion', 'maxint', 'platform',
|
||||||
'maxint', 'platform', 'ps1', 'ps2')
|
'ps1', 'ps2', 'version')
|
||||||
|
|
||||||
nok_builtin_names = ('open', 'file', 'reload', '__import__')
|
nok_builtin_names = ('open', 'file', 'reload', '__import__')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue