[Python-checkins]
python/dist/src/Doc/whatsnew whatsnew24.tex, 1.67, 1.68
akuchling at users.sourceforge.net
akuchling at users.sourceforge.net
Thu Jul 15 13:44:44 CEST 2004
Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16188
Modified Files:
whatsnew24.tex
Log Message:
Correct a paragraph: basicConfig() isn't actually new
Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** whatsnew24.tex 14 Jul 2004 21:56:19 -0000 1.67
--- whatsnew24.tex 15 Jul 2004 11:44:42 -0000 1.68
***************
*** 1,2 ****
--- 1,3 ----
+
\documentclass{howto}
\usepackage{distutils}
***************
*** 786,795 ****
bookmarking, windowing, or lookahead iterators.
! \item A \function{basicConfig} function was added to the
! \module{logging} package to simplify log configuration. It defaults
! to logging to standard error, but a
! number of optional keyword arguments can be specified to
! log to a particular file, change the logging format, or set the
! logging level. For example:
\begin{verbatim}
--- 787,795 ----
bookmarking, windowing, or lookahead iterators.
! \item The \module{logging} package's \function{basicConfig} function
! gained some keyword arguments to simplify log configuration. The
! default behavior is to log messages to standard error, but
! various keyword arguments can be specified to log to a particular file,
! change the logging format, or set the logging level. For example:
\begin{verbatim}
More information about the Python-checkins
mailing list