@@ -111,7 +111,7 @@ underlying :class:`Popen` interface can be used directly.
111
111
Added the *text * parameter, as a more understandable alias of *universal_newlines *.
112
112
Added the *capture_output * parameter.
113
113
114
- .. versionchanged :: 3.11.3
114
+ .. versionchanged :: 3.12
115
115
116
116
Changed Windows shell search order for ``shell=True ``. The current
117
117
directory and ``%PATH% `` are replaced with ``%COMSPEC% `` and
@@ -495,7 +495,7 @@ functions.
495
495
*executable * parameter accepts a bytes and :term: `path-like object `
496
496
on Windows.
497
497
498
- .. versionchanged :: 3.11.3
498
+ .. versionchanged :: 3.12
499
499
500
500
Changed Windows shell search order for ``shell=True ``. The current
501
501
directory and ``%PATH% `` are replaced with ``%COMSPEC% `` and
@@ -1174,7 +1174,7 @@ calls these functions.
1174
1174
.. versionchanged :: 3.3
1175
1175
*timeout * was added.
1176
1176
1177
- .. versionchanged :: 3.11.3
1177
+ .. versionchanged :: 3.12
1178
1178
1179
1179
Changed Windows shell search order for ``shell=True ``. The current
1180
1180
directory and ``%PATH% `` are replaced with ``%COMSPEC% `` and
@@ -1214,7 +1214,7 @@ calls these functions.
1214
1214
.. versionchanged :: 3.3
1215
1215
*timeout * was added.
1216
1216
1217
- .. versionchanged :: 3.11.3
1217
+ .. versionchanged :: 3.12
1218
1218
1219
1219
Changed Windows shell search order for ``shell=True ``. The current
1220
1220
directory and ``%PATH% `` are replaced with ``%COMSPEC% `` and
@@ -1277,7 +1277,7 @@ calls these functions.
1277
1277
.. versionadded :: 3.7
1278
1278
*text * was added as a more readable alias for *universal_newlines *.
1279
1279
1280
- .. versionchanged :: 3.11.3
1280
+ .. versionchanged :: 3.12
1281
1281
1282
1282
Changed Windows shell search order for ``shell=True ``. The current
1283
1283
directory and ``%PATH% `` are replaced with ``%COMSPEC% `` and
0 commit comments