Skip to content

Commit 1e791e1

Browse files
committed
Update docs
Signed-off-by: Manjusaka <[email protected]>
1 parent 1534327 commit 1e791e1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Doc/library/subprocess.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,10 +1534,6 @@ When using the ``timeout`` parameter in functions like :func:`run`,
15341534
:meth:`Popen.wait`, or :meth:`Popen.communicate`,
15351535
users should be aware of the following behaviors:
15361536

1537-
When using the ``timeout`` parameter in functions like :func:`run`,
1538-
:meth:`Popen.wait`, or :meth:`Popen.communicate`,
1539-
users should be aware of the following behaviors:
1540-
15411537
1. **Process Creation Delay**: The initial process creation itself cannot be interrupted
15421538
on many platform APIs. This means that even when specifying a timeout, you are not
15431539
guaranteed to see a timeout exception until at least after however long process

0 commit comments

Comments
 (0)