diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-01 22:03:58 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-01-01 22:03:58 (GMT) |
commit | 4cf4f3a7c62c4db00d56507ac9e37a05381941cb (patch) | |
tree | 255e28209ed736b1e7ed8d381f8cbb31c3bf8cbc /Misc | |
parent | 8c126d7abd67fbb88a58d0efbdad573fc6043e76 (diff) | |
download | cpython-4cf4f3a7c62c4db00d56507ac9e37a05381941cb.zip cpython-4cf4f3a7c62c4db00d56507ac9e37a05381941cb.tar.gz cpython-4cf4f3a7c62c4db00d56507ac9e37a05381941cb.tar.bz2 |
Issue #16541: tk_setPalette() now works with keyword arguments.
Added a test for tk_setPalette().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -189,6 +189,8 @@ Core and Builtins 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. |