From bad6f1904bce8e66d5bd9e95ebf679a9a55ae90f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 13 Mar 2007 21:32:56 +0000 Subject: [PATCH] NEWS entry for getstatus() deprecation. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) 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.