summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuilherme Polo <ggpolo@gmail.com>2009-02-09 16:44:24 (GMT)
committerGuilherme Polo <ggpolo@gmail.com>2009-02-09 16:44:24 (GMT)
commitae09899fa39bc0b9a4b79b236aa98bd5f1475134 (patch)
tree11709bbb53fddf1eae3eac1817971b93a6bc4318 /Misc/NEWS
parentee1ae7ccb76b9ae81ae2c4e9c04ce71d7b605038 (diff)
downloadcpython-ae09899fa39bc0b9a4b79b236aa98bd5f1475134.zip
cpython-ae09899fa39bc0b9a4b79b236aa98bd5f1475134.tar.gz
cpython-ae09899fa39bc0b9a4b79b236aa98bd5f1475134.tar.bz2
Merged revisions 69461 via svnmerge from
svn+ssh://pythondev/python/trunk ........ r69461 | guilherme.polo | 2009-02-09 14:41:09 -0200 (Mon, 09 Feb 2009) | 3 lines Fixed issue #4890: Handle empty text search pattern in Tkinter.Text.search ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5a3b4ad..7cfddb2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -160,6 +160,8 @@ Core and Builtins
Library
-------
+- Issue #4890: Handle empty text search pattern in Tkinter.Text.search.
+
- Issue #4512 (part 2): Promote ``ZipImporter._get_filename()`` to be a
public documented method ``ZipImporter.get_filename()``.