summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cc3d198..e8481ea 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -170,6 +170,8 @@ Core and builtins
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.