Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a325c42

Browse files
committed
Sort names alphabetically.
1 parent 69dc0c5 commit a325c42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/rexec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ class RExec(ihooks._Verbose):
143143
'stat', 'times', 'uname', 'getpid', 'getppid',
144144
'getcwd', 'getuid', 'getgid', 'geteuid', 'getegid')
145145

146-
ok_sys_names = ('ps1', 'ps2', 'copyright', 'version', 'hexversion',
147-
'platform', 'exit', 'maxint')
146+
ok_sys_names = ('copyright', 'exit', 'hexversion', 'version',
147+
'maxint', 'platform', 'ps1', 'ps2')
148148

149149
nok_builtin_names = ('open', 'file', 'reload', '__import__')
150150

0 commit comments

Comments
 (0)