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: Guarantee that Tkinter.Text.search returns a string
Type: Stage:
Components: Tkinter Versions: Python 3.0, Python 3.1, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: gpolo
Priority: normal Keywords: patch

Created on 2009-02-09 17:08 by gpolo, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ensure_search_returns_str.diff gpolo, 2009-02-09 17:08
Messages (3)
msg81465 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2009-02-09 17:08
Tkinter.Text.search is supposed to return a string, but this is not
always true. The problem is much more likely to be noticed while using
Tk 8.5.
msg83265 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2009-03-07 01:22
Fixed in r70218, I will be merging into the other branches still today.
msg83268 - (view) Author: Guilherme Polo (gpolo) * (Python committer) Date: 2009-03-07 01:58
Merges: r70220, r70221, r70222
History
Date User Action Args
2022-04-11 14:56:45adminsetgithub: 49443
2009-03-07 01:58:29gpolosetmessages: + msg83268
2009-03-07 01:22:08gpolosetstatus: open -> closed
resolution: fixed
messages: + msg83265
2009-02-09 17:08:55gpolocreate