Skip to content

Commit bbbf753

Browse files
authored
[subprocess] Remove obsolete comment (#15040)
1 parent 09da7a4 commit bbbf753

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/subprocess.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ elif sys.version_info >= (3, 10):
497497
) -> CompletedProcess[Any]: ...
498498

499499
else:
500-
# 3.9 adds arguments "user", "group", "extra_groups" and "umask"
501500
@overload
502501
def run(
503502
args: _CMD,

0 commit comments

Comments
 (0)