Skip to content

Commit dfe46c0

Browse files
committed
Add to whatsnew.rst
1 parent d3621e2 commit dfe46c0

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Doc/whatsnew/3.15.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ New features
7171
============
7272

7373

74+
tkinter
75+
-------
76+
77+
* ``tkinter.Text.search`` now provides the ``-nolinestop`` and ``--strictlimits`` arguments
78+
(Contributed by Rihaan Meher in :gh:`130848`)
79+
* Added the ``tkinter.Text.search_all`` method for searching with the tcl ``-all`` and ``-overlap`` arguments.
80+
(Contributed by Rihaan Meher in :gh:`130848`)
81+
.. tkinter.Text is not currently documented./ being tracked in :gh:``135658``
7482
7583
Other language changes
7684
======================
@@ -170,7 +178,6 @@ tarfile
170178
(Contributed by Matt Prodani and Petr Viktorin in :gh:`112887`
171179
and :cve:`2025-4435`.)
172180

173-
174181
zlib
175182
----
176183

0 commit comments

Comments
 (0)