@@ -339,12 +339,12 @@ functions.
339339 the class uses the Windows ``CreateProcess() `` function. The arguments to
340340 :class: `Popen ` are as follows.
341341
342- *args * should be a sequence of program arguments or else a single string or
343- :term: ` path-like object `. By default, the program to execute is the first
344- item in * args * if * args * is a sequence. If *args * is a string, the
345- interpretation is platform-dependent and described below. See the *shell *
346- and * executable * arguments for additional differences from the default
347- behavior. Unless otherwise stated, it is recommended to pass *args * as a sequence.
342+ *args * should be a sequence of program arguments or else a single string.
343+ By default, the program to execute is the first item in * args * if * args * is
344+ a sequence. If *args * is a string, the interpretation is
345+ platform-dependent and described below. See the *shell * and * executable *
346+ arguments for additional differences from the default behavior. Unless
347+ otherwise stated, it is recommended to pass *args * as a sequence.
348348
349349 On POSIX, if *args * is a string, the string is interpreted as the name or
350350 path of the program to execute. However, this can only be done if not
@@ -558,10 +558,6 @@ functions.
558558 Popen destructor now emits a :exc: `ResourceWarning ` warning if the child
559559 process is still running.
560560
561- .. versionchanged :: 3.7
562- *args *, or the first element of *args * if *args * is a sequence, can now
563- be a :term: `path-like object `.
564-
565561
566562Exceptions
567563^^^^^^^^^^
0 commit comments