Commit fec75d66 authored by Barry Warsaw's avatar Barry Warsaw

#changed all email address to go through python.org

parent 4dba7e2b
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
;; Copyright (C) 1992,1993,1994 Tim Peters ;; Copyright (C) 1992,1993,1994 Tim Peters
;; Author: 1995 Barry A. Warsaw <bwarsaw@cnri.reston.va.us> ;; Author: 1995 Barry A. Warsaw
;; 1992-1994 Tim Peters <tim@ksr.com> ;; 1992-1994 Tim Peters
;; Maintainer: bwarsaw@cnri.reston.va.us ;; Maintainer: python-mode@python.org
;; Created: Feb 1992 ;; Created: Feb 1992
;; Version: $Revision$ ;; Version: $Revision$
;; Last Modified: $Date$ ;; Last Modified: $Date$
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
;; patches. ;; patches.
;; LCD Archive Entry: ;; LCD Archive Entry:
;; python-mode|Barry A. Warsaw|bwarsaw@cnri.reston.va.us ;; python-mode|Barry A. Warsaw|python-mode@python.org
;; |Major mode for editing Python programs ;; |Major mode for editing Python programs
;; |$Date$|$Revision$| ;; |$Date$|$Revision$|
...@@ -1966,7 +1966,7 @@ local bindings to py-newline-and-indent.")) ...@@ -1966,7 +1966,7 @@ local bindings to py-newline-and-indent."))
(defconst py-version "$Revision$" (defconst py-version "$Revision$"
"`python-mode' version number.") "`python-mode' version number.")
(defconst py-help-address "bwarsaw@cnri.reston.va.us" (defconst py-help-address "python-mode@python.org"
"Address accepting submission of bug reports.") "Address accepting submission of bug reports.")
(defun py-version () (defun py-version ()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment