From d0c0c41fe990dd7ce9861953d1c32ca4eb76fb6e Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Wed, 7 Apr 2004 16:03:02 +0000 Subject: note --trackcalls flag in trace module --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index c51b74b..f2aa338 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. -- cgit v0.12