[Python-checkins] cpython (2.7): update Barry's email (closes #19563)

benjamin.peterson python-checkins at python.org
Mon Dec 23 02:46:08 CET 2013


http://hg.python.org/cpython/rev/f07689845f55
changeset:   88136:f07689845f55
branch:      2.7
parent:      88126:39ea24aaf0e7
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Dec 22 19:45:12 2013 -0600
summary:
  update Barry's email (closes #19563)

files:
  Tools/i18n/pygettext.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Tools/i18n/pygettext.py b/Tools/i18n/pygettext.py
--- a/Tools/i18n/pygettext.py
+++ b/Tools/i18n/pygettext.py
@@ -1,6 +1,6 @@
 #! /usr/bin/env python
 # -*- coding: iso-8859-1 -*-
-# Originally written by Barry Warsaw <barry at zope.com>
+# Originally written by Barry Warsaw <barry at python.org>
 #
 # Minimally patched to make it even more xgettext compatible
 # by Peter Funk <pf at artcom-gmbh.de>

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list