summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2001-04-11 20:37:57 (GMT)
committerBarry Warsaw <barry@python.org>2001-04-11 20:37:57 (GMT)
commit11e89c72c1912ce834b6295f023c5096cc384d2a (patch)
tree76f894954c70f6294903e09abbae5f1d3c93981e
parent420d0f775cd49ab2b8475df623120ab0aaa0c429 (diff)
downloadcpython-11e89c72c1912ce834b6295f023c5096cc384d2a.zip
cpython-11e89c72c1912ce834b6295f023c5096cc384d2a.tar.gz
cpython-11e89c72c1912ce834b6295f023c5096cc384d2a.tar.bz2
Added news about the updated python-mode.el
-rw-r--r--Misc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 84472f7..92def29 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,3 +1,13 @@
+What's New in Python 2.1 final?
+===============================
+
+- 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
+ with pdb, in either the shell window or the *Python* window, the
+ source file and line will be tracked by an arrow.
+
+
What's New in Python 2.1 beta 2?
================================