]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16541: tk_setPalette() now works with keyword arguments.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 1 Jan 2013 22:09:17 +0000 (00:09 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 1 Jan 2013 22:09:17 +0000 (00:09 +0200)
commite509eefbeb90c53a6d61b5597f44f806e1fddd6b
tree1e4195c4c77e3304712e69d706899bdbe4167fe2
parent6e410a2cdb9ddb1fedecce39c57e375ea89b70c5
parent3cfb2cd6249171802796fc014d2014ae7e019326
Issue #16541: tk_setPalette() now works with keyword arguments.
Added a test for tk_setPalette().
Lib/tkinter/__init__.py
Misc/NEWS