]> granicus.if.org Git - python/commitdiff
NEWS entry for getstatus() deprecation.
authorGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 21:32:56 +0000 (21:32 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 21:32:56 +0000 (21:32 +0000)
Misc/NEWS

index cc3d198c1ae6966355bb220de40eb153e6118512..e8481ea6453a1107bb6d023a63003d201954c6e9 100644 (file)
--- 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.