summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-11-09 11:27:32 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-11-09 11:27:32 (GMT)
commit038cad7ee439f1f056170b0c97144cbdb6df6e41 (patch)
treecc2d8acf7c48b323e3e50587cf9d1b425d0c1cb4 /Misc
parentb2bba739c556a94837db4621d370401330d6be0c (diff)
downloadcpython-038cad7ee439f1f056170b0c97144cbdb6df6e41.zip
cpython-038cad7ee439f1f056170b0c97144cbdb6df6e41.tar.gz
cpython-038cad7ee439f1f056170b0c97144cbdb6df6e41.tar.bz2
Patch #1592250: Add elidge argument to 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 9f6d782..8b155ed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -96,6 +96,8 @@ Core and builtins
Library
-------
+- Patch #1592250: Add elidge argument to Tkinter.Text.search.
+
- Patch #838546: Make terminal become controlling in pty.fork()
- Patch #1351744: Add askyesnocancel helper for tkMessageBox.