Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1daff0f commit 422aa6fCopy full SHA for 422aa6f
1 file changed
Doc/whatsnew/3.15.rst
@@ -359,8 +359,9 @@ tkinter
359
-------
360
361
* The ``tkinter.Text.search`` method now supports two additional
362
- arguments: ``-nolinestop`` which allows the search to continue across line boundaries;
363
- and ``-strictlimits`` which restricts the search to within the specified range.
+ arguments: ``nolinestop`` which allows the search to
+ continue across line boundaries;
364
+ and ``strictlimits`` which restricts the search to within the specified range.
365
(Contributed by Rihaan Meher in :gh:`130848`)
366
367
* A new method ``tkinter.Text.search_all`` has been introduced.
0 commit comments