summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-11-17 22:33:12 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-11-17 22:33:12 (GMT)
commitf609654b0e36796275b7c9f822349e89fe9b4f2d (patch)
treebe7d4cf8c94b36c9ea48bebd9589b4ca5e8e0954 /Misc
parent12ae290bf32adbc8f4885ec342f5a17a4955fe15 (diff)
downloadcpython-f609654b0e36796275b7c9f822349e89fe9b4f2d.zip
cpython-f609654b0e36796275b7c9f822349e89fe9b4f2d.tar.gz
cpython-f609654b0e36796275b7c9f822349e89fe9b4f2d.tar.bz2
handle dict subclasses gracefully in PyArg_ValidateKeywordArguments
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9f47ca3..bf660cc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,11 @@ Library
- Issue #10429: IMAP.starttls() stored the capabilities as bytes objects,
rather than strings.
+C-API
+-----
+
+- Loosen PyArg_ValidateKeywordArguments to allow dict subclasses.
+
What's New in Python 3.2 Alpha 4?
=================================