From: Skip Montanaro Date: Tue, 27 Jan 2004 14:49:04 +0000 (+0000) Subject: add hotshotmain ref X-Git-Tag: v2.4a1~894 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d5a21fd387607661a51dc62b7880f8b211c7b79c;p=thirdparty%2FPython%2Fcpython.git add hotshotmain ref --- diff --git a/Misc/NEWS b/Misc/NEWS index 3b6c8c6402cf..fa5ef20d7bf2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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