summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2004-04-07 16:03:02 (GMT)
committerSkip Montanaro <skip@pobox.com>2004-04-07 16:03:02 (GMT)
commitd0c0c41fe990dd7ce9861953d1c32ca4eb76fb6e (patch)
treef30275a68ca3a6edf37cefe3e643081a7928863a
parentcafc811415d2bdabf5f021db579cb755f1077e53 (diff)
downloadcpython-d0c0c41fe990dd7ce9861953d1c32ca4eb76fb6e.zip
cpython-d0c0c41fe990dd7ce9861953d1c32ca4eb76fb6e.tar.gz
cpython-d0c0c41fe990dd7ce9861953d1c32ca4eb76fb6e.tar.bz2
note --trackcalls flag in trace module
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
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.