mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
3d14805947
* Add parameters nolinestop and strictlimits in the tkinter.Text.search() method. * Add the tkinter.Text.search_all() method. * Add more tests for tkinter.Text.search(). * stopindex is now only ignored if it is None.