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 d3621e2 commit dfe46c0Copy full SHA for dfe46c0
1 file changed
Doc/whatsnew/3.15.rst
@@ -71,6 +71,14 @@ New features
71
============
72
73
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
81
+.. tkinter.Text is not currently documented./ being tracked in :gh:``135658``
82
83
Other language changes
84
======================
@@ -170,7 +178,6 @@ tarfile
170
178
(Contributed by Matt Prodani and Petr Viktorin in :gh:`112887`
171
179
and :cve:`2025-4435`.)
172
180
173
-
174
181
zlib
175
182
----
176
183
0 commit comments