Restore Trent Mick as co-author of PEP 282.

This commit is contained in:
Barry Warsaw 2002-07-12 23:17:00 +00:00
parent 6d7d0d9ace
commit 19b917b634
2 changed files with 4 additions and 3 deletions

View File

@ -90,7 +90,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 Sajip
S 282 A Logging System Sajip, Mick
I 283 Python 2.3 Release Schedule van Rossum
S 284 Integer for-loops Eppstein, Ewing
S 286 Enhanced Argument Tuples von Loewis
@ -266,7 +266,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 Sajip
S 282 A Logging System Sajip, Mick
I 283 Python 2.3 Release Schedule van Rossum
S 284 Integer for-loops Eppstein, Ewing
SF 285 Adding a bool type van Rossum

View File

@ -2,7 +2,8 @@ PEP: 282
Title: A Logging System
Version: $Revision$
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
Type: Standards Track
Created: 4-Feb-2002