SF bug #1052503:  pdb runcall should accept keyword arguments
diff --git a/Misc/NEWS b/Misc/NEWS
index d0a5af5..e5437e1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,8 @@
 Library
 -------
 
+- Bug #1052503 pdb.runcall() was not passing along keyword arguments.
+
 - Bug #902037: XML.sax.saxutils.prepare_input_source() now combines relative
   paths with a base path before checking os.path.isfile().