mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Barry's 2.73
This commit is contained in:
parent
5c9bfe2b80
commit
880d1eee95
1 changed files with 6 additions and 6 deletions
|
@ -6,8 +6,8 @@
|
||||||
;; 1992-1994 Tim Peters
|
;; 1992-1994 Tim Peters
|
||||||
;; Maintainer: python-mode@python.org
|
;; Maintainer: python-mode@python.org
|
||||||
;; Created: Feb 1992
|
;; Created: Feb 1992
|
||||||
;; Version: 2.72
|
;; Version: 2.73
|
||||||
;; Last Modified: 1996/08/12 19:52:27
|
;; Last Modified: 1996/08/20 19:57:34
|
||||||
;; Keywords: python languages oop
|
;; Keywords: python languages oop
|
||||||
|
|
||||||
;; This software is provided as-is, without express or implied
|
;; This software is provided as-is, without express or implied
|
||||||
|
@ -19,9 +19,9 @@
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;; This is a major mode for editing Python programs. It was developed
|
;; This is a major mode for editing Python programs. It was developed
|
||||||
;; by Tim Peters after an original idea by Michael A. Guravage. In
|
;; by Tim Peters after an original idea by Michael A. Guravage. Tim
|
||||||
;; 1995, Barry Warsaw inherited the mode after Tim left the net, and
|
;; subsequently left the net; in 1995, Barry Warsaw inherited the
|
||||||
;; is the current maintainer.
|
;; mode and is the current maintainer.
|
||||||
|
|
||||||
;; At some point this mode will undergo a rewrite to bring it more in
|
;; 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
|
;; 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.")
|
"`python-mode' version number.")
|
||||||
(defconst py-help-address "python-mode@python.org"
|
(defconst py-help-address "python-mode@python.org"
|
||||||
"Address accepting submission of bug reports.")
|
"Address accepting submission of bug reports.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue