summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e16ba88..7874798 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,9 @@ Core and builtins
Extension Modules
-----------------
+- Bug #1486663: don't reject keyword arguments for subclasses of builtin
+ types.
+
- The version number of the ctypes package was changed to "1.0.2".
- Patch #1544279: Improve thread-safety of the socket module by moving