[New-bugs-announce] [issue5193] Guarantee that Tkinter.Text.search returns a string

Guilherme Polo report at bugs.python.org
Mon Feb 9 18:08:57 CET 2009


New submission from Guilherme Polo <ggpolo at gmail.com>:

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.

----------
components: Tkinter
files: ensure_search_returns_str.diff
keywords: patch
messages: 81465
nosy: gpolo
severity: normal
status: open
title: Guarantee that Tkinter.Text.search returns a string
versions: Python 2.6, Python 2.7, Python 3.0, Python 3.1
Added file: http://bugs.python.org/file12993/ensure_search_returns_str.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5193>
_______________________________________


More information about the New-bugs-announce mailing list