[issue4890] handling empty text search pattern in tkinter

2009-02-09 Thread Guilherme Polo
Guilherme Polo added the comment: I've added some tests for it on r69467 now. ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue4890] handling empty text search pattern in tkinter

2009-02-09 Thread Guilherme Polo
Guilherme Polo 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
Changes by Guilherme Polo : -- assignee: -> gpolo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue4890] handling empty text search pattern in tkinter

2009-01-09 Thread Guilherme Polo
Guilherme Polo 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. -- nosy: +gpolo versions

[issue4890] handling empty text search pattern in tkinter

2009-01-09 Thread Matthias Kievernagel
Changes by Matthias Kievernagel : -- keywords: +patch Added file: http://bugs.python.org/file12661/text_search_pattern.patch ___ Python tracker ___ ___

[issue4890] handling empty text search pattern in tkinter

2009-01-09 Thread Matthias Kievernagel
New submission from Matthias Kievernagel : 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 Tkinter. An I