]> granicus.if.org Git - python/commitdiff
note --trackcalls flag in trace module
authorSkip Montanaro <skip@pobox.com>
Wed, 7 Apr 2004 16:03:02 +0000 (16:03 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 7 Apr 2004 16:03:02 +0000 (16:03 +0000)
Misc/NEWS

index c51b74bdf89f065e178e27f35db43f4980624498..f2aa338702299dfce5babfef5791d2abfe329ca5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -303,6 +303,9 @@ Extension modules
 Library
 -------
 
+- Added countcallers arg to trace.Trace class (--trackcalls command line arg
+  when run from the command prompt).
+
 - Fixed a caching bug in platform.platform() where the argument of 'terse' was
   not taken into consideration when caching value.