[issue4890] handling empty text search pattern in tkinter

2009-02-09 Thread Guilherme Polo
Changes by Guilherme Polo ggp...@gmail.com: -- assignee: - gpolo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4890 ___ ___ Python-bugs-list

[issue4890] handling empty text search pattern in tkinter

2009-02-09 Thread Guilherme Polo
Guilherme Polo ggp...@gmail.com added the comment: Fixed on r69461, r69462, r69463 and r69464, thanks. Will be adding tests for Tkinter.Text.search for trunk and py3k only. -- resolution: - fixed status: open - closed ___ Python tracker

[issue4890] handling empty text search pattern in tkinter

2009-02-09 Thread Guilherme Polo
Guilherme Polo ggp...@gmail.com added the comment: I've added some tests for it on r69467 now. ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue4890 ___ ___

[issue4890] handling empty text search pattern in tkinter

2009-01-09 Thread Matthias Kievernagel
New submission from Matthias Kievernagel mkie...@web.de: Split this from issue 1581476 as suggested by Guilherme Polo (gpolo). Matthias: your issue about the pattern should be placed in a different issue. Quote of my original report: (This is about the search function of the Text class in

[issue4890] handling empty text search pattern in tkinter

2009-01-09 Thread Guilherme Polo
Guilherme Polo ggp...@gmail.com added the comment: I don't know what I was thinking when I said that, the check you are doing in the patch is fine. And just to answer your next question: it would raise ValueError. Also, it would be good to add the other missing search switches. --