You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Doc/whatsnew/3.15.rst
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,20 +70,6 @@ Summary --- release highlights
70
70
New features
71
71
============
72
72
73
-
.. _whatsnew315-tkinter-text:
74
-
75
-
tkinter.Text
76
-
------------
77
-
78
-
The ``tkinter.Text.search`` method now supports two additional arguments:
79
-
80
-
* ``-nolinestop`` — allows the search to continue across line boundaries.
81
-
* ``--strictlimits`` — restricts the search to within the specified range.
82
-
83
-
Also, a new method ``tkinter.Text.search_all`` has been introduced. This method allows for searching for all matches of a pattern using Tcl's ``-all`` and ``-overlap`` options.
84
-
85
-
(Contributed by Rihaan Meher in :gh:`130848`)
86
-
87
73
.. tkinter.Text is not currently documented - being tracked in :gh:``135658``
88
74
89
75
.. _whatsnew315-sampling-profiler:
@@ -369,6 +355,19 @@ tarfile
369
355
(Contributed by Matt Prodani and Petr Viktorin in :gh:`112887`
370
356
and :cve:`2025-4435`.)
371
357
358
+
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.
364
+
(Contributed by Rihaan Meher in :gh:`130848`)
365
+
366
+
* A new method ``tkinter.Text.search_all`` has been introduced.
367
+
This method allows for searching for all matches of a pattern
0 commit comments