Transferring ownership of PEP 282 to Vinaj Sajip with permission of
previous PEP author.
This commit is contained in:
parent
f5e3e7bad4
commit
80885cce69
|
@ -89,7 +89,7 @@ Index by Category
|
||||||
S 278 Universal Newline Support Jansen
|
S 278 Universal Newline Support Jansen
|
||||||
S 280 Optimizing access to globals van Rossum
|
S 280 Optimizing access to globals van Rossum
|
||||||
S 281 Loop Counter Iteration with range and xrange Hetland
|
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
|
I 283 Python 2.3 Release Schedule van Rossum
|
||||||
S 284 Integer for-loops Eppstein, Ewing
|
S 284 Integer for-loops Eppstein, Ewing
|
||||||
S 286 Enhanced Argument Tuples von Loewis
|
S 286 Enhanced Argument Tuples von Loewis
|
||||||
|
@ -264,7 +264,7 @@ Numerical Index
|
||||||
SF 279 The enumerate() built-in function Hettinger
|
SF 279 The enumerate() built-in function Hettinger
|
||||||
S 280 Optimizing access to globals van Rossum
|
S 280 Optimizing access to globals van Rossum
|
||||||
S 281 Loop Counter Iteration with range and xrange Hetland
|
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
|
I 283 Python 2.3 Release Schedule van Rossum
|
||||||
S 284 Integer for-loops Eppstein, Ewing
|
S 284 Integer for-loops Eppstein, Ewing
|
||||||
SF 285 Adding a bool type van Rossum
|
SF 285 Adding a bool type van Rossum
|
||||||
|
@ -334,6 +334,7 @@ Owners
|
||||||
Reifschneider, Sean jafo-pep@tummy.com
|
Reifschneider, Sean jafo-pep@tummy.com
|
||||||
Riehl, Jonathan jriehl@spaceship.com
|
Riehl, Jonathan jriehl@spaceship.com
|
||||||
van Rossum, Guido guido@python.org
|
van Rossum, Guido guido@python.org
|
||||||
|
Sajip, Vinay vinay_sajip@red-dove.com
|
||||||
Schemenauer, Neil nas@arctrix.com
|
Schemenauer, Neil nas@arctrix.com
|
||||||
Schneider-Kamp, Peter nowonder@nowonder.de
|
Schneider-Kamp, Peter nowonder@nowonder.de
|
||||||
Stein, Greg gstein@lyra.org
|
Stein, Greg gstein@lyra.org
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 282
|
||||||
Title: A Logging System
|
Title: A Logging System
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: trentm@activestate.com (Trent Mick)
|
Author: vinay_sajip@red-dove.com (Vinay Sajip)
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Created: 4-Feb-2002
|
Created: 4-Feb-2002
|
||||||
|
|
Loading…
Reference in New Issue