[Python-checkins] CVS: python/dist/src/Misc NEWS,1.140,1.141
Barry Warsaw
bwarsaw@users.sourceforge.net
2001年4月11日 13:37:59 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv8462
Modified Files:
NEWS
Log Message:
Added news about the updated python-mode.el
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.140
retrieving revision 1.141
diff -C2 -r1.140 -r1.141
*** NEWS 2001年03月31日 02:42:42 1.140
--- NEWS 2001年04月11日 20:37:57 1.141
***************
*** 1,2 ****
--- 1,12 ----
+ 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?
================================