8000 [3.11] gh-115652: Fix indentation in the documentation of multiproces… · python/cpython@d491522 · GitHub
[go: up one dir, main page]

Skip to content

Commit d491522

Browse files
[3.11] gh-115652: Fix indentation in the documentation of multiprocessing.get_start_method (GH-115658) (GH-115660)
(cherry picked from commit d504968) Co-authored-by: Daniel Haag <121057143+denialhaag@users.noreply.github.com>
1 parent eb75995 commit d491522

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/multiprocessing.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,13 +1065,13 @@ Miscellaneous
10651065
or ``None``. ``'fork'`` is the default on Unix, while ``'spawn'`` is
10661066
the default on Windows and macOS.
10671067

1068-
.. versionchanged:: 3.8
1068+
.. versionadded:: 3.4
10691069

1070-
On macOS, the *spawn* start method is now the default. The *fork* start
1071-
method should be considered unsafe as it can lead to crashes of the
1072-
subprocess. See :issue:`33725`.
1070+
.. versionchanged:: 3.8
10731071

1074-
.. versionadded:: 3.4
1072+
On macOS, the *spawn* start method is now the default. The *fork* start
1073+
method should be considered unsafe as it can lead to crashes of the
1074+
subprocess. See :issue:`33725`.
10751075

10761076
.. function:: set_executable(executable)
10771077

0 commit comments

Comments
 (0)
0