From: Georg Brandl Date: Tue, 13 Mar 2007 21:32:56 +0000 (+0000) Subject: NEWS entry for getstatus() deprecation. X-Git-Tag: v2.6a1~2005 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bad6f1904bce8e66d5bd9e95ebf679a9a55ae90f;p=python NEWS entry for getstatus() deprecation. --- diff --git a/Misc/NEWS b/Misc/NEWS index cc3d198c1a..e8481ea645 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.