[Python-checkins] python/nondist/peps pep-0000.txt,1.192,1.193 pep-0282.txt,1.3,1.4

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Fri, 12 Jul 2002 16:17:02 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv17496

Modified Files:
	pep-0000.txt pep-0282.txt 
Log Message:
Restore Trent Mick as co-author of PEP 282.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.192
retrieving revision 1.193
diff -C2 -d -r1.192 -r1.193
*** pep-0000.txt	12 Jul 2002 22:32:15 -0000	1.192
--- pep-0000.txt	12 Jul 2002 23:17:00 -0000	1.193
***************
*** 91,95 ****
   S   280  Optimizing access to globals                 van Rossum
   S   281  Loop Counter Iteration with range and xrange Hetland
!  S   282  A Logging System                             Sajip
   I   283  Python 2.3 Release Schedule                  van Rossum
   S   284  Integer for-loops                            Eppstein, Ewing
--- 91,95 ----
   S   280  Optimizing access to globals                 van Rossum
   S   281  Loop Counter Iteration with range and xrange Hetland
!  S   282  A Logging System                             Sajip, Mick
   I   283  Python 2.3 Release Schedule                  van Rossum
   S   284  Integer for-loops                            Eppstein, Ewing
***************
*** 267,271 ****
   S   280  Optimizing access to globals                 van Rossum
   S   281  Loop Counter Iteration with range and xrange Hetland
!  S   282  A Logging System                             Sajip
   I   283  Python 2.3 Release Schedule                  van Rossum
   S   284  Integer for-loops                            Eppstein, Ewing
--- 267,271 ----
   S   280  Optimizing access to globals                 van Rossum
   S   281  Loop Counter Iteration with range and xrange Hetland
!  S   282  A Logging System                             Sajip, Mick
   I   283  Python 2.3 Release Schedule                  van Rossum
   S   284  Integer for-loops                            Eppstein, Ewing

Index: pep-0282.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0282.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pep-0282.txt	8 Jul 2002 16:50:43 -0000	1.3
--- pep-0282.txt	12 Jul 2002 23:17:00 -0000	1.4
***************
*** 3,7 ****
  Version: $Revision$
  Last-Modified: $Date$
! Author: vinay_sajip at red-dove.com (Vinay Sajip)
  Status: Draft
  Type: Standards Track
--- 3,8 ----
  Version: $Revision$
  Last-Modified: $Date$
! Author: vinay_sajip at red-dove.com (Vinay Sajip),
!     trentm@activestate.com (Trent Mick)
  Status: Draft
  Type: Standards Track