File tree 1 file changed +3
-1
lines changed
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``
45
45
Method ``store_var `` changes return type from ``void `` to ``bool `` |✔️ | |❌ | |✔️ | `GH-78289 `_
46
46
**OS **
47
47
Method ``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 `_
49
49
**RegEx **
50
50
Method ``compile `` adds a new ``show_error `` optional parameter |✔️ | |✔️ with compat | |✔️ with compat | `GH-95212 `_
51
51
Method ``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
55
55
Method ``standardize_locale `` adds a new ``add_defaults `` optional parameter |✔️ | |✔️ with compat | |✔️ with compat | `GH-98972 `_
56
56
======================================================================================================================== =================== ==================== ==================== ============
57
57
58
+ .. [#f1 ] Default buffer size in 4.3 is ``1024 ``.
59
+
58
60
GUI nodes
59
61
~~~~~~~~~
60
62
You can’t perform that action at this time.
0 commit comments