summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-03-13 21:32:56 (GMT)
committerGeorg Brandl <georg@python.org>2007-03-13 21:32:56 (GMT)
commitbad6f1904bce8e66d5bd9e95ebf679a9a55ae90f (patch)
tree12860f830191362a3cea3bbd724391d55c6dd3e1
parent8044e5bbd46b2ccd4e56fb2fb5424abdf212095c (diff)
downloadcpython-bad6f1904bce8e66d5bd9e95ebf679a9a55ae90f.zip
cpython-bad6f1904bce8e66d5bd9e95ebf679a9a55ae90f.tar.gz
cpython-bad6f1904bce8e66d5bd9e95ebf679a9a55ae90f.tar.bz2
NEWS entry for getstatus() deprecation.
-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.