From: Skip Montanaro Date: Wed, 7 Apr 2004 16:03:02 +0000 (+0000) Subject: note --trackcalls flag in trace module X-Git-Tag: v2.4a1~519 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0c0c41fe990dd7ce9861953d1c32ca4eb76fb6e;p=python note --trackcalls flag in trace module --- diff --git a/Misc/NEWS b/Misc/NEWS index c51b74bdf8..f2aa338702 100644 --- 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.