mirror of https://github.com/python/cpython
Sort names alphabetically.
This commit is contained in:
parent
69dc0c5bf5
commit
a325c42b2d
|
@ -143,8 +143,8 @@ class RExec(ihooks._Verbose):
|
|||
'stat', 'times', 'uname', 'getpid', 'getppid',
|
||||
'getcwd', 'getuid', 'getgid', 'geteuid', 'getegid')
|
||||
|
||||
ok_sys_names = ('ps1', 'ps2', 'copyright', 'version', 'hexversion',
|
||||
'platform', 'exit', 'maxint')
|
||||
ok_sys_names = ('copyright', 'exit', 'hexversion', 'version',
|
||||
'maxint', 'platform', 'ps1', 'ps2')
|
||||
|
||||
nok_builtin_names = ('open', 'file', 'reload', '__import__')
|
||||
|
||||
|
|
Loading…
Reference in New Issue