summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuilherme Polo <ggpolo@gmail.com>2009-02-09 16:41:09 (GMT)
committerGuilherme Polo <ggpolo@gmail.com>2009-02-09 16:41:09 (GMT)
commitd2ea0332abe72152c4447cdd3e41f3c201d8df74 (patch)
treecbe669f7830a9a34272fc4f7afa8a81488ef6a51 /Misc
parent190c35f928f22ac46dfc219467965b18ee8eabe7 (diff)
downloadcpython-d2ea0332abe72152c4447cdd3e41f3c201d8df74.zip
cpython-d2ea0332abe72152c4447cdd3e41f3c201d8df74.tar.gz
cpython-d2ea0332abe72152c4447cdd3e41f3c201d8df74.tar.bz2
Fixed issue #4890: Handle empty text search pattern in
Tkinter.Text.search
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f56bb8..824b0d4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,6 +152,8 @@ Core and Builtins
Library
-------
+- Issue #4890: Handle empty text search pattern in Tkinter.Text.search.
+
- Issue #5170: Fixed Unicode output bug in logging and added test case.
This is a regression which did not occur in 2.5.