]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Note additions to pydoc and pstats.
authorGuido van Rossum <guido@python.org>
Fri, 13 Apr 2001 00:46:14 +0000 (00:46 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 13 Apr 2001 00:46:14 +0000 (00:46 +0000)
Misc/NEWS

index d06d5ace360041a4e1e8d47cb2a97a2be038dbc4..43715913580a9d0ba1b0818322228f357b331829 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,6 +1,11 @@
 What's New in Python 2.1 final?
 ===============================
 
+- Eric Raymond extended the pstats module with a simple interactive
+  statistics browser, invoked when the module is run as a script.
+
+- Ping added an interactive help browser to pydoc.
+
 - An updated python-mode.el version 4.0 which integrates Ken
   Manheimer's pdbtrack.el.  This makes debugging Python code via pdb
   much nicer in XEmacs and Emacs.  When stepping through your program