[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.157,1.158

Barry Warsaw bwarsaw@users.sourceforge.net
Thu, 14 Feb 2002 20:08:57 -0800


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

Modified Files:
	pep-0000.txt 
Log Message:
PEP 282, A Logging System, Trent Mick


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.157
retrieving revision 1.158
diff -C2 -d -r1.157 -r1.158
*** pep-0000.txt	11 Feb 2002 16:43:40 -0000	1.157
--- pep-0000.txt	15 Feb 2002 04:08:55 -0000	1.158
***************
*** 85,88 ****
--- 85,89 ----
   S   280  Optimizing access to globals                 van Rossum
   S   281  Loop Counter Iteration with range and xrange Hetland
+  S   282  A Logging System                             Mick
  
   Finished PEPs (done, implemented in CVS)
***************
*** 246,249 ****
--- 247,251 ----
   S   280  Optimizing access to globals                 van Rossum
   S   281  Loop Counter Iteration with range and xrange Hetland
+  S   282  A Logging System                             Mick
   SR  666  Reject Foolish Indentation                   Creighton
  
***************
*** 287,290 ****
--- 289,293 ----
      von Loewis, Martin       loewis@informatik.hu-berlin.de
      McMillan, Gordon         gmcm@hypernet.com
+     Mick, Trent              trentm@activestate.com
      Montanaro, Skip          skip@pobox.com
      Moore, Paul              gustav@morpheus.demon.co.uk