Added news about the updated python-mode.el
authorBarry Warsaw <barry@python.org>
Wed, 11 Apr 2001 20:37:57 +0000 (20:37 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 11 Apr 2001 20:37:57 +0000 (20:37 +0000)
Misc/NEWS

index 84472f7e967a61a6f9baab750c47b65702384164..92def290a592a4122992462a4ed2b9d7b2a1eb40 100644 (file)
--- 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?
 ================================