commit | d0c0c41fe990dd7ce9861953d1c32ca4eb76fb6e | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Wed Apr 07 16:03:02 2004 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Wed Apr 07 16:03:02 2004 +0000 |
tree | f30275a68ca3a6edf37cefe3e643081a7928863a | |
parent | cafc811415d2bdabf5f021db579cb755f1077e53 [diff] |
note --trackcalls flag in trace module
diff --git a/Misc/NEWS b/Misc/NEWS index c51b74b..f2aa338 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -303,6 +303,9 @@ 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.