Transferring ownership of PEP 282 to Vinaj Sajip with permission of

previous PEP author.
This commit is contained in:
Barry Warsaw 2002-06-23 23:58:18 +00:00
parent f5e3e7bad4
commit 80885cce69
2 changed files with 4 additions and 3 deletions

View File

@ -89,7 +89,7 @@ Index by Category
S 278 Universal Newline Support Jansen
S 280 Optimizing access to globals van Rossum
S 281 Loop Counter Iteration with range and xrange Hetland
S 282 A Logging System Mick
S 282 A Logging System Sajip
I 283 Python 2.3 Release Schedule van Rossum
S 284 Integer for-loops Eppstein, Ewing
S 286 Enhanced Argument Tuples von Loewis
@ -264,7 +264,7 @@ Numerical Index
SF 279 The enumerate() built-in function Hettinger
S 280 Optimizing access to globals van Rossum
S 281 Loop Counter Iteration with range and xrange Hetland
S 282 A Logging System Mick
S 282 A Logging System Sajip
I 283 Python 2.3 Release Schedule van Rossum
S 284 Integer for-loops Eppstein, Ewing
SF 285 Adding a bool type van Rossum
@ -334,6 +334,7 @@ Owners
Reifschneider, Sean jafo-pep@tummy.com
Riehl, Jonathan jriehl@spaceship.com
van Rossum, Guido guido@python.org
Sajip, Vinay vinay_sajip@red-dove.com
Schemenauer, Neil nas@arctrix.com
Schneider-Kamp, Peter nowonder@nowonder.de
Stein, Greg gstein@lyra.org

View File

@ -2,7 +2,7 @@ PEP: 282
Title: A Logging System
Version: $Revision$
Last-Modified: $Date$
Author: trentm@activestate.com (Trent Mick)
Author: vinay_sajip@red-dove.com (Vinay Sajip)
Status: Draft
Type: Standards Track
Created: 4-Feb-2002