diff options
author | Skip Montanaro <skip@pobox.com> | 2004-01-27 14:49:04 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2004-01-27 14:49:04 (GMT) |
commit | d5a21fd387607661a51dc62b7880f8b211c7b79c (patch) | |
tree | 97c8ad78022e10060a123125750369650f2f225a /Misc/NEWS | |
parent | f91c59a06bd935a92e17cb857089d97eddb93c84 (diff) | |
download | cpython-d5a21fd387607661a51dc62b7880f8b211c7b79c.zip cpython-d5a21fd387607661a51dc62b7880f8b211c7b79c.tar.gz cpython-d5a21fd387607661a51dc62b7880f8b211c7b79c.tar.bz2 |
add hotshotmain ref
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -272,6 +272,9 @@ Library Tools/Demos ----------- +- A hotshotmain script was added to the Tools/scripts directory that + makes it easy to run a script under control of the hotshot profiler. + - The db2pickle and pickle2db scripts can now dump/load gdbm files. - The pydoc script will display a link to the module documentation for |