add inspect.getcallargs, which binds function arguments like a normal call #3135

Patch by George Sakkis
diff --git a/Misc/NEWS b/Misc/NEWS
index 35108f4..5752318 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,9 @@
 Library
 -------
 
+- Issue #3135: Add inspect.getcallargs, which binds arguments to a function like
+  a normal call.
+
 - Backwards incompatible change: Unicode codepoints line tabulation (0x0B) and
   form feed (0x0C) are now considered linebreaks, as specified in Unicode
   Standard Annex #14.  See issue #7643.