Restore Trent Mick as co-author of PEP 282.
This commit is contained in:
parent
6d7d0d9ace
commit
19b917b634
|
@ -90,7 +90,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 Sajip
|
S 282 A Logging System Sajip, Mick
|
||||||
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
|
||||||
|
@ -266,7 +266,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 Sajip
|
S 282 A Logging System Sajip, Mick
|
||||||
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
|
||||||
|
|
|
@ -2,7 +2,8 @@ PEP: 282
|
||||||
Title: A Logging System
|
Title: A Logging System
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: vinay_sajip at red-dove.com (Vinay Sajip)
|
Author: vinay_sajip at red-dove.com (Vinay Sajip),
|
||||||
|
trentm@activestate.com (Trent Mick)
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Created: 4-Feb-2002
|
Created: 4-Feb-2002
|
||||||
|
|
Loading…
Reference in New Issue