Bug #1486663: don't reject keyword arguments for subclasses of builtin
types.
 (backport from rev. 53509)
diff --git a/Misc/NEWS b/Misc/NEWS
index e16ba88..7874798 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,9 @@
 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