[Python-checkins] python/nondist/peps pep-0008.txt, 1.18, 1.19 pep-0009.txt, 1.9, 1.10 pep-0010.txt, 1.3, 1.4 pep-0012.txt, 1.3, 1.4 pep-0102.txt, 1.12, 1.13 pep-0201.txt, 1.20, 1.21 pep-0202.txt, 1.7, 1.8 pep-0214.txt, 1.12, 1.13 pep-0231.txt, 1.6, 1.7 pep-0232.txt, 1.12, 1.13 pep-0251.txt, 1.12, 1.13 pep-0274.txt, 1.4, 1.5 pep-0292.txt, 1.5, 1.6

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Mon Sep 22 00:51:52 EDT 2003


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv26607

Modified Files:
	pep-0008.txt pep-0009.txt pep-0010.txt pep-0012.txt 
	pep-0102.txt pep-0201.txt pep-0202.txt pep-0214.txt 
	pep-0231.txt pep-0232.txt pep-0251.txt pep-0274.txt 
	pep-0292.txt 
Log Message:
Setting my address back to barry at python.org for consistency and better
spam fighting defenses.


Index: pep-0008.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0008.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** pep-0008.txt	17 Oct 2002 15:32:18 -0000	1.18
--- pep-0008.txt	22 Sep 2003 04:51:49 -0000	1.19
***************
*** 3,7 ****
  Version: $Revision$
  Author: guido at python.org (Guido van Rossum),
!     barry at zope.com (Barry Warsaw)
  Status: Active
  Type: Informational
--- 3,7 ----
  Version: $Revision$
  Author: guido at python.org (Guido van Rossum),
!     barry at python.org (Barry Warsaw)
  Status: Active
  Type: Informational

Index: pep-0009.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0009.txt,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pep-0009.txt	26 Aug 2002 16:29:31 -0000	1.9
--- pep-0009.txt	22 Sep 2003 04:51:49 -0000	1.10
***************
*** 3,7 ****
  Version: $Revision$
  Last-Modified: $Date$
! Author: Barry A. Warsaw <barry at zope.com>
  Status: Active
  Type: Informational
--- 3,7 ----
  Version: $Revision$
  Last-Modified: $Date$
! Author: Barry A. Warsaw <barry at python.org>
  Status: Active
  Type: Informational

Index: pep-0010.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0010.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pep-0010.txt	18 Apr 2002 20:08:17 -0000	1.3
--- pep-0010.txt	22 Sep 2003 04:51:50 -0000	1.4
***************
*** 3,7 ****
  Version: $Revision$
  Last-Modified: $Date$
! Author: barry at zope.com (Barry A. Warsaw)
  Status: Active
  Type: Informational
--- 3,7 ----
  Version: $Revision$
  Last-Modified: $Date$
! Author: barry at python.org (Barry A. Warsaw)
  Status: Active
  Type: Informational

Index: pep-0012.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0012.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pep-0012.txt	30 Aug 2002 04:11:20 -0000	1.3
--- pep-0012.txt	22 Sep 2003 04:51:50 -0000	1.4
***************
*** 4,8 ****
  Last-Modified: $Date$
  Author: David Goodger <goodger at users.sourceforge.net>,
!         Barry A. Warsaw <barry at zope.com>
  Status: Active
  Type: Informational
--- 4,8 ----
  Last-Modified: $Date$
  Author: David Goodger <goodger at users.sourceforge.net>,
!         Barry A. Warsaw <barry at python.org>
  Status: Active
  Type: Informational

Index: pep-0102.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0102.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pep-0102.txt	22 Sep 2003 04:25:19 -0000	1.12
--- pep-0102.txt	22 Sep 2003 04:51:50 -0000	1.13
***************
*** 4,8 ****
  Last-Modified: $Date$
  Author: anthony at interlink.com.au (Anthony Baxter), 
!     barry at zope.com (Barry A. Warsaw), 
      guido at python.org (Guido van Rossum)
  Status: Active
--- 4,8 ----
  Last-Modified: $Date$
  Author: anthony at interlink.com.au (Anthony Baxter), 
!     barry at python.org (Barry A. Warsaw), 
      guido at python.org (Guido van Rossum)
  Status: Active

Index: pep-0201.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0201.txt,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** pep-0201.txt	2 Aug 2003 06:32:12 -0000	1.20
--- pep-0201.txt	22 Sep 2003 04:51:50 -0000	1.21
***************
*** 2,6 ****
  Title: Lockstep Iteration
  Version: $Revision$
! Author: barry at zope.com (Barry A. Warsaw)
  Status: Final
  Type: Standards Track
--- 2,6 ----
  Title: Lockstep Iteration
  Version: $Revision$
! Author: barry at python.org (Barry A. Warsaw)
  Status: Final
  Type: Standards Track

Index: pep-0202.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0202.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pep-0202.txt	14 Aug 2001 18:43:06 -0000	1.7
--- pep-0202.txt	22 Sep 2003 04:51:50 -0000	1.8
***************
*** 2,6 ****
  Title: List Comprehensions
  Version: $Revision$
! Author: barry at zope.com (Barry Warsaw)
  Status: Final
  Type: Standards Track
--- 2,6 ----
  Title: List Comprehensions
  Version: $Revision$
! Author: barry at python.org (Barry Warsaw)
  Status: Final
  Type: Standards Track

Index: pep-0214.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0214.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pep-0214.txt	14 Aug 2001 15:45:26 -0000	1.12
--- pep-0214.txt	22 Sep 2003 04:51:50 -0000	1.13
***************
*** 2,6 ****
  Title: Extended Print Statement
  Version: $Revision$
! Author: barry at zope.com (Barry A. Warsaw)
  Python-Version: 2.0
  Status: Final
--- 2,6 ----
  Title: Extended Print Statement
  Version: $Revision$
! Author: barry at python.org (Barry A. Warsaw)
  Python-Version: 2.0
  Status: Final

Index: pep-0231.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0231.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pep-0231.txt	14 Aug 2001 15:45:26 -0000	1.6
--- pep-0231.txt	22 Sep 2003 04:51:50 -0000	1.7
***************
*** 2,6 ****
  Title: __findattr__()
  Version: $Revision$
! Author: barry at zope.com (Barry A. Warsaw)
  Python-Version: 2.1
  Status: Draft
--- 2,6 ----
  Title: __findattr__()
  Version: $Revision$
! Author: barry at python.org (Barry A. Warsaw)
  Python-Version: 2.1
  Status: Draft

Index: pep-0232.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0232.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pep-0232.txt	14 Aug 2001 17:52:06 -0000	1.12
--- pep-0232.txt	22 Sep 2003 04:51:50 -0000	1.13
***************
*** 2,6 ****
  Title: Function Attributes
  Version: $Revision$
! Author: barry at zope.com (Barry A. Warsaw)
  Status: Final
  Type: Standards Track
--- 2,6 ----
  Title: Function Attributes
  Version: $Revision$
! Author: barry at python.org (Barry A. Warsaw)
  Status: Final
  Type: Standards Track

Index: pep-0251.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0251.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pep-0251.txt	14 Jun 2003 05:32:14 -0000	1.12
--- pep-0251.txt	22 Sep 2003 04:51:50 -0000	1.13
***************
*** 2,6 ****
  Title: Python 2.2 Release Schedule
  Version: $Revision$
! Author: barry at zope.com (Barry A. Warsaw), guido at python.org (Guido van Rossum)
  Status: Final
  Type: Informational
--- 2,6 ----
  Title: Python 2.2 Release Schedule
  Version: $Revision$
! Author: barry at python.org (Barry A. Warsaw), guido at python.org (Guido van Rossum)
  Status: Final
  Type: Informational

Index: pep-0274.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0274.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pep-0274.txt	31 Oct 2001 15:50:36 -0000	1.4
--- pep-0274.txt	22 Sep 2003 04:51:50 -0000	1.5
***************
*** 3,7 ****
  Version: $Revision$
  Last-Modified: $Date$
! Author: barry at zope.com (Barry A. Warsaw)
  Status: Draft
  Type: Standards Track
--- 3,7 ----
  Version: $Revision$
  Last-Modified: $Date$
! Author: barry at python.org (Barry A. Warsaw)
  Status: Draft
  Type: Standards Track

Index: pep-0292.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0292.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pep-0292.txt	12 Jul 2002 23:21:08 -0000	1.5
--- pep-0292.txt	22 Sep 2003 04:51:50 -0000	1.6
***************
*** 3,7 ****
  Version: $Revision$
  Last-Modified: $Date$
! Author: barry at zope.com (Barry A. Warsaw)
  Status: Draft
  Type: Standards Track
--- 3,7 ----
  Version: $Revision$
  Last-Modified: $Date$
! Author: barry at python.org (Barry A. Warsaw)
  Status: Draft
  Type: Standards Track





More information about the Python-checkins mailing list