Skip to content

Commit 6bb12a5

Browse files
committed
x
1 parent e170a99 commit 6bb12a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/subprocess.py

-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ def _args_from_interpreter_flags():
309309
'verbose': 'v',
310310
'bytes_warning': 'b',
311311
'quiet': 'q',
312-
'safe_path': 'P'
313312
# -O is handled in _optim_args_from_interpreter_flags()
314313
}
315314
args = _optim_args_from_interpreter_flags()

0 commit comments

Comments
 (0)