From 768594b0e97fcbc34b47deda62a8e257bb255ce4 Mon Sep 17 00:00:00 2001 From: "vinay.sajip" Date: Wed, 15 Feb 2006 21:47:32 +0000 Subject: [PATCH] Added some more versionchanged markup. git-svn-id: http://svn.python.org/projects/python/trunk@42388 6015fed2-1504-0410-9fe1-9d1591cc4771 --- Doc/lib/liblogging.tex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Doc/lib/liblogging.tex b/Doc/lib/liblogging.tex index 45a59e4057..576e2e7c60 100644 --- a/Doc/lib/liblogging.tex +++ b/Doc/lib/liblogging.tex @@ -229,6 +229,9 @@ in many contexts, and interesting conditions which arise are dependent on this 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 @@ in many contexts, and interesting conditions which arise are dependent on this 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}}} -- 2.11.4.GIT