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

Skip to content

Commit 83d0fd2

Browse files
committed
Trying alphabet again
1 parent a325c42 commit 83d0fd2

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 = ('copyright', 'exit', 'hexversion', 'version',
147-
'maxint', 'platform', 'ps1', 'ps2')
146+
ok_sys_names = ('copyright', 'exit', 'hexversion', 'maxint', 'platform',
147+
'ps1', 'ps2', 'version')
148148

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

0 commit comments

Comments
 (0)