[Python-checkins] r42388 - python/trunk/Doc/lib/liblogging.tex

vinay.sajip python-checkins at python.org
Wed Feb 15 22:47:33 CET 2006


Author: vinay.sajip
Date: Wed Feb 15 22:47:32 2006
New Revision: 42388

Modified:
   python/trunk/Doc/lib/liblogging.tex
Log:
Added some more versionchanged markup.

Modified: python/trunk/Doc/lib/liblogging.tex
==============================================================================
--- python/trunk/Doc/lib/liblogging.tex	(original)
+++ python/trunk/Doc/lib/liblogging.tex	Wed Feb 15 22:47:32 2006
@@ -229,6 +229,9 @@
 context (such as remote client IP address and authenticated user name, in the
 above example). In such circumstances, it is likely that specialized
 \class{Formatter}s would be used with particular \class{Handler}s.
+
+\versionchanged[\var{extra} was added]{2.5}
+
 \end{funcdesc}
 
 \begin{funcdesc}{info}{msg\optional{, *args\optional{, **kwargs}}}
@@ -454,6 +457,9 @@
 context (such as remote client IP address and authenticated user name, in the
 above example). In such circumstances, it is likely that specialized
 \class{Formatter}s would be used with particular \class{Handler}s.
+
+\versionchanged[\var{extra} was added]{2.5}
+
 \end{methoddesc}
 
 \begin{methoddesc}{info}{msg\optional{, *args\optional{, **kwargs}}}


More information about the Python-checkins mailing list