diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-11-09 11:27:32 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-11-09 11:27:32 (GMT) |
commit | 038cad7ee439f1f056170b0c97144cbdb6df6e41 (patch) | |
tree | cc2d8acf7c48b323e3e50587cf9d1b425d0c1cb4 /Misc | |
parent | b2bba739c556a94837db4621d370401330d6be0c (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |