[Python-checkins] python/dist/src/Misc NEWS,1.520,1.521

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Wed, 13 Nov 2002 08:29:21 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv800

Modified Files:
	NEWS 
Log Message:
News about the logging module.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.520
retrieving revision 1.521
diff -C2 -d -r1.520 -r1.521
*** NEWS	12 Nov 2002 22:08:09 -0000	1.520
--- NEWS	13 Nov 2002 16:29:18 -0000	1.521
***************
*** 382,385 ****
--- 382,388 ----
  -------
  
+ - A new package, logging, implements the logging API defined by PEP
+   282.  The code is written by Vinay Sajip.
+ 
  - StreamReader, StreamReaderWriter and StreamRecoder in the codecs
    modules are iterators now.