Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
Bug description:
# current tkinter/__init__.pyclassText(...):[...]defsearch(self,pattern,index,stopindex=None,forwards=None,backwards=None,exact=None,regexp=None,nocase=None,count=None,elide=None):[...]
The current tkinter implementation of thetkinter.Text.search method misses use oftcl options:
-nolinestop
-all
-overlap
-strictlimits
Is there any reason on why it is not inside the CPython implementation?
CPython versions tested on:
3.13
Operating systems tested on:
Windows