commit | 4cf4f3a7c62c4db00d56507ac9e37a05381941cb | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Jan 02 00:03:58 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Jan 02 00:03:58 2013 +0200 |
tree | 255e28209ed736b1e7ed8d381f8cbb31c3bf8cbc | |
parent | 8c126d7abd67fbb88a58d0efbdad573fc6043e76 [diff] [blame] |
Issue #16541: tk_setPalette() now works with keyword arguments. Added a test for tk_setPalette().
diff --git a/Misc/NEWS b/Misc/NEWS index b9b14a7..5ef30af 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -189,6 +189,8 @@ Library ------- +- Issue #16541: tk_setPalette() now works with keyword arguments. + - Issue #16819: IDLE method completion now correctly works for bytes literals. - Issue #9586: Redefine SEM_FAILED on MacOSX to keep compiler happy.