commit | 0db2a989f3b861eae80959d26dae9fcdac4dde96 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Apr 16 20:55:38 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Apr 16 20:55:38 2006 +0000 |
tree | 8c612e55e55a7663832e004f8739deab9c2e91fc | |
parent | 45bb98e8b912bb970bddd87ca850cdde7e271d35 [diff] |
Patch #1063914: Add clipboard_get.
diff --git a/Misc/NEWS b/Misc/NEWS index 0f70378..9e547fd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -72,6 +72,8 @@ Library ------- +- Patch #1063914: Add Tkinter.Misc.clipboard_get(). + - Patch #1191700: Adjust column alignment in bdb breakpoint lists. - SimpleXMLRPCServer relied on the fcntl module, which is unavailable on