Issue 5193: Guarantee that Tkinter.Text.search returns a string (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/49443

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:45 admin set github: 49443
2009-03-07 01:58:29 gpolo set messages: +
2009-03-07 01:22:08 gpolo set status: open -> closedresolution: fixedmessages: +
2009-02-09 17:08:55 gpolo create