summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-04-13 00:46:14 (GMT)
committerGuido van Rossum <guido@python.org>2001-04-13 00:46:14 (GMT)
commit4fb60361dca7da10152dbcb70a360abd7d586600 (patch)
treef38053cbb973de33671cdd8253d96bcd2702c0f2 /Misc
parent4f3980d3cb7d20aa41c433cdd973a82853d8510a (diff)
downloadcpython-4fb60361dca7da10152dbcb70a360abd7d586600.zip
cpython-4fb60361dca7da10152dbcb70a360abd7d586600.tar.gz
cpython-4fb60361dca7da10152dbcb70a360abd7d586600.tar.bz2
Note additions to pydoc and pstats.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d06d5ac..4371591 100644
--- 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