diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-11-17 22:33:12 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-11-17 22:33:12 (GMT) |
commit | f609654b0e36796275b7c9f822349e89fe9b4f2d (patch) | |
tree | be7d4cf8c94b36c9ea48bebd9589b4ca5e8e0954 /Misc | |
parent | 12ae290bf32adbc8f4885ec342f5a17a4955fe15 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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? ================================= |