diff --git a/Misc/NEWS b/Misc/NEWS index cc3d198c1ae..e8481ea6453 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.