This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add missing elide argument to Text.search
Type: Stage:
Components: Tkinter Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: loewis, reowen
Priority: normal Keywords: patch

Created on 2006-11-07 20:20 by reowen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unifiedpatch.txt reowen, 2006-11-07 20:20 Patch to add elide argument to Text.search
Messages (2)
msg51345 - (view) Author: Russell Owen (reowen) Date: 2006-11-07 20:20
The Text widget's search method is missing the "elide" boolean 
argument. This patch corrects that.

The elide argument has been supported for a long time by Tcl/Tk. I 
found it in the documentation for 8.3.5 but not 8.2.3.

I tested it on 2.5 release, but verified that this portion of code has not 
changed in svn.
msg51346 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-11-09 11:27
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as r52688.
History
Date User Action Args
2022-04-11 14:56:21adminsetgithub: 44208
2006-11-07 20:20:35reowencreate