@@ -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.2
114
+ .. versionchanged :: 3.11.3
115
115
116
116
Changed Windows shell search order for ``shell=True ``. The current
117
117
directory and ``%PATH% `` are replaced with ``%COMSPEC% `` and
@@ -496,7 +496,7 @@ functions.
496
496
*executable * parameter accepts a bytes and :term: `path-like object `
497
497
on Windows.
498
498
499
- .. versionchanged :: 3.11.2
499
+ .. versionchanged :: 3.11.3
500
500
501
501
Changed Windows shell search order for ``shell=True ``. The current
502
502
directory and ``%PATH% `` are replaced with ``%COMSPEC% `` and
@@ -1176,7 +1176,7 @@ calls these functions.
1176
1176
.. versionchanged :: 3.3
1177
1177
*timeout * was added.
1178
1178
1179
- .. versionchanged :: 3.11.2
1179
+ .. versionchanged :: 3.11.3
1180
1180
1181
1181
Changed Windows shell search order for ``shell=True ``. The current
1182
1182
directory and ``%PATH% `` are replaced with ``%COMSPEC% `` and
@@ -1216,7 +1216,7 @@ calls these functions.
1216
1216
.. versionchanged :: 3.3
1217
1217
*timeout * was added.
1218
1218
1219
- .. versionchanged :: 3.11.2
1219
+ .. versionchanged :: 3.11.3
1220
1220
1221
1221
Changed Windows shell search order for ``shell=True ``. The current
1222
1222
directory and ``%PATH% `` are replaced with ``%COMSPEC% `` and
@@ -1279,7 +1279,7 @@ calls these functions.
1279
1279
.. versionadded :: 3.7
1280
1280
*text * was added as a more readable alias for *universal_newlines *.
1281
1281
1282
- .. versionchanged :: 3.11.2
1282
+ .. versionchanged :: 3.11.3
1283
1283
1284
1284
Changed Windows shell search order for ``shell=True ``. The current
1285
1285
directory and ``%PATH% `` are replaced with ``%COMSPEC% `` and
0 commit comments