File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Method ``store_string`` changes return type from ``void`` to ``bool``
4545Method ``store_var `` changes return type from ``void `` to ``bool `` |✔️ | |❌ | |✔️ | `GH-78289 `_
4646**OS **
4747Method ``execute_with_pipe `` adds a new ``blocking `` optional parameter |✔️ | |✔️ with compat | |✔️ with compat | `GH-94434 `_
48- Method ``read_string_from_stdin `` adds a new ``buffer_size `` optional parameter | ✔️ | |✔️ with compat | |✔️ with compat | `GH-91201 `_
48+ Method ``read_string_from_stdin `` adds a new ``buffer_size `` parameter [ #f1 ]_ | ❌ | |✔️ with compat | |✔️ with compat | `GH-91201 `_
4949**RegEx **
5050Method ``compile `` adds a new ``show_error `` optional parameter |✔️ | |✔️ with compat | |✔️ with compat | `GH-95212 `_
5151Method ``create_from_string `` adds a new ``show_error `` optional parameter |✔️ | |✔️ with compat | |✔️ with compat | `GH-95212 `_
@@ -55,6 +55,8 @@ Method ``post`` adds a new ``count`` optional parameter
5555Method ``standardize_locale `` adds a new ``add_defaults `` optional parameter |✔️ | |✔️ with compat | |✔️ with compat | `GH-98972 `_
5656======================================================================================================================== =================== ==================== ==================== ============
5757
58+ .. [#f1 ] Default buffer size in 4.3 is ``1024 ``.
59+
5860 GUI nodes
5961~~~~~~~~~
6062
You can’t perform that action at this time.
0 commit comments