Skip to content

Commit 2f5ad84

Browse files
authored
Use ASCII dashes and move to improved modules
1 parent 430773c commit 2f5ad84

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,6 @@ Summary --- release highlights
7070
New features
7171
============
7272

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-
8773
.. tkinter.Text is not currently documented - being tracked in :gh:``135658``
8874
8975
.. _whatsnew315-sampling-profiler:
@@ -369,6 +355,19 @@ tarfile
369355
(Contributed by Matt Prodani and Petr Viktorin in :gh:`112887`
370356
and :cve:`2025-4435`.)
371357

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
368+
using Tcl's ``-all`` and ``-overlap`` options.
369+
(Contributed by Rihaan Meher in :gh:`130848`)
370+
372371
types
373372
------
374373

0 commit comments

Comments
 (0)