Issue #16036: Improve documentation of built-in int()'s signature and arguments.
diff --git a/Misc/NEWS b/Misc/NEWS
index 485b73f..26d0134 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -591,6 +591,9 @@
 Documentation
 -------------
 
+- Issue #16036: Improve documentation of built-in int()'s signature and
+  arguments.
+
 - Issue #15935: Clarification of argparse docs, re: add_argument() type and
   default arguments.  Patch contributed by Chris Jerdonek.