diff options
author | Guido van Rossum <guido@python.org> | 2001-04-13 00:46:14 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-04-13 00:46:14 (GMT) |
commit | 4fb60361dca7da10152dbcb70a360abd7d586600 (patch) | |
tree | f38053cbb973de33671cdd8253d96bcd2702c0f2 /Misc | |
parent | 4f3980d3cb7d20aa41c433cdd973a82853d8510a (diff) | |
download | cpython-4fb60361dca7da10152dbcb70a360abd7d586600.zip cpython-4fb60361dca7da10152dbcb70a360abd7d586600.tar.gz cpython-4fb60361dca7da10152dbcb70a360abd7d586600.tar.bz2 |
Note additions to pydoc and pstats.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |