summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-01-02 08:32:13 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-01-02 08:32:13 (GMT)
commite48741a61946d97444acc395f6874bf3346bbf33 (patch)
tree3524b0be9025b5f49724c3acb189689913465631 /Misc
parentb83a86a21031ea46fdfbaa53be186a08c6cb16dc (diff)
parent4cf4f3a7c62c4db00d56507ac9e37a05381941cb (diff)
downloadcpython-e48741a61946d97444acc395f6874bf3346bbf33.zip
cpython-e48741a61946d97444acc395f6874bf3346bbf33.tar.gz
cpython-e48741a61946d97444acc395f6874bf3346bbf33.tar.bz2
Merge heads
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 42b84f5..175518b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -189,6 +189,8 @@ Core and Builtins
Library
-------
+- Issue #16541: tk_setPalette() now works with keyword arguments.
+
- Issue #16820: In configparser, `parser.popitem()` no longer raises ValueError.
This makes `parser.clean()` work correctly.