diff options
| author | Guido van Rossum <guido@python.org> | 1996-08-20 20:07:34 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1996-08-20 20:07:34 +0000 |
| commit | 880d1eee958d1889c05f45ad91eb246831881170 (patch) | |
| tree | 76d1ff06d045d3bfdaffaac92798f3e0752e7d52 /Misc/python-mode-old.el | |
| parent | 5c9bfe2b8063fa6a10ae99d9107340f33d504750 (diff) | |
| download | cpython-git-880d1eee958d1889c05f45ad91eb246831881170.tar.gz | |
Barry's 2.73
Diffstat (limited to 'Misc/python-mode-old.el')
| -rw-r--r-- | Misc/python-mode-old.el | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Misc/python-mode-old.el b/Misc/python-mode-old.el index 581e99a0ab..c2efc1ccf5 100644 --- a/Misc/python-mode-old.el +++ b/Misc/python-mode-old.el @@ -6,8 +6,8 @@ ;; 1992-1994 Tim Peters ;; Maintainer: python-mode@python.org ;; Created: Feb 1992 -;; Version: 2.72 -;; Last Modified: 1996/08/12 19:52:27 +;; Version: 2.73 +;; Last Modified: 1996/08/20 19:57:34 ;; Keywords: python languages oop ;; This software is provided as-is, without express or implied @@ -19,9 +19,9 @@ ;;; Commentary: ;; This is a major mode for editing Python programs. It was developed -;; by Tim Peters after an original idea by Michael A. Guravage. In -;; 1995, Barry Warsaw inherited the mode after Tim left the net, and -;; is the current maintainer. +;; 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. ;; At some point this mode will undergo a rewrite to bring it more in ;; line with GNU Emacs Lisp coding standards, and to wax all the Emacs @@ -2321,7 +2321,7 @@ local bindings to py-newline-and-indent.")) -(defconst py-version "2.72" +(defconst py-version "2.73" "`python-mode' version number.") (defconst py-help-address "python-mode@python.org" "Address accepting submission of bug reports.") |
