diff options
author | Skip Montanaro <skip@pobox.com> | 2004-04-07 16:03:02 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2004-04-07 16:03:02 (GMT) |
commit | d0c0c41fe990dd7ce9861953d1c32ca4eb76fb6e (patch) | |
tree | f30275a68ca3a6edf37cefe3e643081a7928863a /Misc/NEWS | |
parent | cafc811415d2bdabf5f021db579cb755f1077e53 (diff) | |
download | cpython-d0c0c41fe990dd7ce9861953d1c32ca4eb76fb6e.zip cpython-d0c0c41fe990dd7ce9861953d1c32ca4eb76fb6e.tar.gz cpython-d0c0c41fe990dd7ce9861953d1c32ca4eb76fb6e.tar.bz2 |
note --trackcalls flag in trace module
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |