NEWS entry for getstatus() deprecation.
diff --git a/Misc/NEWS b/Misc/NEWS
index cc3d198..e8481ea 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -170,6 +170,8 @@
 Library
 -------
 
+- The nonobvious commands.getstatus() function is now deprecated.
+
 - Patch #1393667: pdb now has a "run" command which restarts the debugged
   Python program, optionally with different arguments.