NEWS entry for getstatus() deprecation.

This commit is contained in:
Georg Brandl 2007-03-13 21:32:56 +00:00
parent 8044e5bbd4
commit bad6f1904b

View file

@ -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.