summaryrefslogtreecommitdiffstats
path: root/Misc/python-mode.el
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1998-10-27 22:09:25 (GMT)
committerBarry Warsaw <barry@python.org>1998-10-27 22:09:25 (GMT)
commit38e21e75ad53a37839ca9cf1047b5202872bb11a (patch)
treed3d9ff988f85e1af20eb8600b527d025c8918fb0 /Misc/python-mode.el
parent566b6d5b5932750d65a532e0644f17bfa4327bbc (diff)
downloadcpython-38e21e75ad53a37839ca9cf1047b5202872bb11a.zip
cpython-38e21e75ad53a37839ca9cf1047b5202872bb11a.tar.gz
cpython-38e21e75ad53a37839ca9cf1047b5202872bb11a.tar.bz2
#Some minor changes in the commentary, obstensibly to test the new
#checkin script.
Diffstat (limited to 'Misc/python-mode.el')
-rw-r--r--Misc/python-mode.el17
1 files changed, 9 insertions, 8 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index 0905ecd..54b4d8d 100644
--- a/Misc/python-mode.el
+++ b/Misc/python-mode.el
@@ -8,7 +8,7 @@
;; Created: Feb 1992
;; Keywords: python languages oop
-(defconst py-version "$Revision$ a"
+(defconst py-version "$Revision$"
"`python-mode' version number.")
;; This software is provided as-is, without express or implied
@@ -22,18 +22,19 @@
;; This is a major mode for editing Python programs. It was developed
;; by Tim Peters after an original idea by Michael A. Guravage. Tim
;; subsequently left the net; in 1995, Barry Warsaw inherited the mode
-;; and is the current maintainer.
+;; and is the current maintainer. Tim's now back but disavows all
+;; responsibility for the mode. Smart Tim :-)
;; This version of python-mode.el is no longer compatible with Emacs
;; 18. I am striving to maintain compatibility with the X/Emacs 19
;; lineage but as time goes on that becomes more and more difficult.
;; I current recommend that you upgrade to the latest stable released
-;; version of your favorite branch: Emacs 20.2 or better, or XEmacs
-;; 20.4 or better (Emacs 20.3 and XEmacs 21.0 are in beta testing as
-;; of this writing 20-Aug-1998 but both appear to work fine with this
-;; version of python-mode.el). Even Windows users should be using at
-;; least NTEmacs 20.2, and XEmacs 21.0 will work very nicely on
-;; Windows when it is released.
+;; version of your favorite branch: Emacs 20.3 or better, or XEmacs
+;; 20.4 or better (XEmacs 21.0 is in beta testing as of this writing
+;; 27-Oct-1998 appears to work fine with this version of
+;; python-mode.el). Even Windows users should be using at least
+;; NTEmacs 20.3, and XEmacs 21.0 will work very nicely on Windows when
+;; it is released.
;; FOR MORE INFORMATION: