Bug #1486663: don't reject keyword arguments for subclasses of builtin
types.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4bb5b10..25593a3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -313,6 +313,9 @@
 Extension Modules
 -----------------
 
+- Bug #1486663: don't reject keyword arguments for subclasses of builtin
+  types.
+
 - Patch #1610575: The struct module now supports the 't' code, for
   C99 _Bool.